website/node_modules/array-equal/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


JohnCoene/chirp documentation built on May 25, 2021, 6:33 p.m.