tvl-depot/snippets/js2-mode/function
2019-07-09 17:50:51 -04:00

6 lines
No EOL
62 B
Text

# key: f
# name: function
# --
function $1($2) {
$3
}