APPLE 323c2f1633 wesmiler 点什么广告 il y a 3 ans
..
.npmignore 323c2f1633 wesmiler 点什么广告 il y a 3 ans
LICENSE 323c2f1633 wesmiler 点什么广告 il y a 3 ans
README.md 323c2f1633 wesmiler 点什么广告 il y a 3 ans
component.json 323c2f1633 wesmiler 点什么广告 il y a 3 ans
index.js 323c2f1633 wesmiler 点什么广告 il y a 3 ans
package.json 323c2f1633 wesmiler 点什么广告 il y a 3 ans

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