Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
226 B

# -*- mode: snippet -*-
# uuid: 095f24bf-5c76-4d0b-862e-a1f0ab1e1b95
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: exportNamedFunction
# key: enf
# --
export const ${1:functionName} = (${2:params}) => {
$0
}