blob: 7d24ffee41655eaf4ae18233dd3af00eaae9b502 (
plain) (
blame)
1
2
3
4
5
|
# -*- mode: snippet -*-
# name: redux-action
# key: rax
# --
export const ${1:$$(string/lower->caps yas-text)} = '`(downcase (buffer-dirname))`/${1:$(string/caps->kebab yas-text)}'
|