home

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

js.exportedconst (114B)


      1 # -*- mode: snippet; require-final-newline: nil -*-
      2 # name: js.exportedconst
      3 # key: xc
      4 # --
      5 export const $1 = $0;