mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
12 lines
145 B
Plaintext
12 lines
145 B
Plaintext
snippet ok
|
|
Object.keys(${1});
|
|
endsnippet
|
|
|
|
snippet c
|
|
const $1 = require('${2:$1}');
|
|
endsnippet
|
|
|
|
snippet v
|
|
var $1 = require('${2:$1}');
|
|
endsnippet
|