APPLE 025c69e553 wesmiler 点什么广告 3 years ago
..
.npmignore 025c69e553 wesmiler 点什么广告 3 years ago
LICENSE 025c69e553 wesmiler 点什么广告 3 years ago
README.md 025c69e553 wesmiler 点什么广告 3 years ago
component.json 025c69e553 wesmiler 点什么广告 3 years ago
index.js 025c69e553 wesmiler 点什么广告 3 years ago
package.json 025c69e553 wesmiler 点什么广告 3 years ago

README.md

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