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