mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: mod
|
|
# key: mod
|
|
# --
|
|
var $1 = require("${2:$1}")$3
|
|
|
|
module.exports = {
|
|
$4: $4$5
|
|
};
|
|
|
|
$0
|