XuelesszzZ 94af2b8e7b 6-30-5 | hace 1 año | |
---|---|---|
.. | ||
.npmignore | hace 1 año | |
LICENSE | hace 1 año | |
README.md | hace 1 año | |
component.json | hace 1 año | |
index.js | hace 1 año | |
package.json | hace 1 año |
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