caoge c760052ff9 机车状态修改 hace 1 año
..
.npmignore c760052ff9 机车状态修改 hace 1 año
LICENSE c760052ff9 机车状态修改 hace 1 año
README.md c760052ff9 机车状态修改 hace 1 año
component.json c760052ff9 机车状态修改 hace 1 año
index.js c760052ff9 机车状态修改 hace 1 año
package.json c760052ff9 机车状态修改 hace 1 año

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