5 lines
166 B
Text
5 lines
166 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: redux-action
|
||
|
# key: rax
|
||
|
# --
|
||
|
export const ${1:$$(lower->caps yas-text)} = '`(downcase (buffer-dirname))`/${1:$(caps->kebab yas-text)}'
|