This commit is contained in:
Ashen One
2022-12-22 07:22:29 +04:00
commit a417031af4
889 changed files with 108839 additions and 0 deletions

2
node_modules/minimist/example/parse.js generated vendored Normal file
View File

@ -0,0 +1,2 @@
var argv = require('../')(process.argv.slice(2));
console.log(argv);