APPLE 025c69e553 wesmiler 点什么广告 il y a 3 ans
..
.npmignore 025c69e553 wesmiler 点什么广告 il y a 3 ans
LICENSE 025c69e553 wesmiler 点什么广告 il y a 3 ans
README.md 025c69e553 wesmiler 点什么广告 il y a 3 ans
component.json 025c69e553 wesmiler 点什么广告 il y a 3 ans
index.js 025c69e553 wesmiler 点什么广告 il y a 3 ans
package.json 025c69e553 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