first commit

This commit is contained in:
pvincent
2022-10-03 22:58:19 +04:00
commit e30d26d9a0
1015 changed files with 195137 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
var defined = require('../');
var opts = { y : false, w : 4 };
var x = defined(opts.x, opts.y, opts.w, 8);
console.log(x);