2016-12-27 19:38:56 -07:00

4 lines
62 B
Plaintext

function ${1:function_name} (${2:argument}) {
${3:// body}
}