# -*- mode: snippet; require-final-newline: nil -*- # name: js.exportedfunction # key: xf # -- function $1($2) {$0}; module.exports.$1 = $1;