Array Equal
Check if two arrays are equal:
var equals = require('array-equal')
assert(equals([1, 2, 3], [1, 2, 3])) // => true
assert(equals([1, 2, 3], [1, 2, 3, 4])) // => false
Name |
Last Commit
67473478
–
ReadmeUpdate
|
History
|
Last Update |
---|---|---|
.. | ||
.npmignore | Loading commit data... | |
LICENSE | Loading commit data... | |
README.md | Loading commit data... | |
component.json | Loading commit data... | |
index.js | Loading commit data... | |
package.json | Loading commit data... |