home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

js.exportedfunction (131B)


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