lihai 8d6c751f49 feat: push před 2 roky
..
.npmignore 8d6c751f49 feat: push před 2 roky
LICENSE 8d6c751f49 feat: push před 2 roky
README.md 8d6c751f49 feat: push před 2 roky
component.json 8d6c751f49 feat: push před 2 roky
index.js 8d6c751f49 feat: push před 2 roky
package.json 8d6c751f49 feat: push před 2 roky

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