This commit is contained in:
Stephen Franceschelli
2019-07-15 13:24:14 -04:00
parent e3283467a1
commit 9ea2679ca7
7043 changed files with 0 additions and 1866383 deletions

11
node_modules/deep-is/example/cmp.js generated vendored
View File

@@ -1,11 +0,0 @@
var equal = require('../');
console.dir([
equal(
{ a : [ 2, 3 ], b : [ 4 ] },
{ a : [ 2, 3 ], b : [ 4 ] }
),
equal(
{ x : 5, y : [6] },
{ x : 5, y : 6 }
)
]);