APPLE 025c69e553 wesmiler 点什么广告 há 3 anos atrás
..
.npmignore 025c69e553 wesmiler 点什么广告 há 3 anos atrás
LICENSE 025c69e553 wesmiler 点什么广告 há 3 anos atrás
README.md 025c69e553 wesmiler 点什么广告 há 3 anos atrás
component.json 025c69e553 wesmiler 点什么广告 há 3 anos atrás
index.js 025c69e553 wesmiler 点什么广告 há 3 anos atrás
package.json 025c69e553 wesmiler 点什么广告 há 3 anos atrás

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