Overwriting files before grafting the new repo

This commit is contained in:
2022-07-06 01:01:23 +05:30
parent 1a7d092b60
commit 8ee68260ee
13 changed files with 3099 additions and 106 deletions
@@ -0,0 +1,11 @@
snippet ok
Object.keys(${1});
endsnippet
snippet c
const $1 = require('${2:$1}');
endsnippet
snippet v
var $1 = require('${2:$1}');
endsnippet