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