tvl-depot/users/grfn/emacs.d/snippets/js2-mode/function

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
62 B
Text
Raw Normal View History

2019-07-09 23:50:51 +02:00
# key: f
# name: function
# --
function $1($2) {
$3
}