Skip to content
Sections
>> Trisquel >> Packages >> aramo >> web >> node-array-equal
etiona  ] [  nabia  ] [  aramo  ]
[ Source: node-array-equal  ]

Package: node-array-equal (1.0.0-4)

check if two arrays are equal

This node module checks whether 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

Node.js is an event-based server-side JavaScript engine.

Other Packages Related to node-array-equal

  • depends
  • recommends
  • suggests
  • dep: nodejs
    evented I/O for V8 javascript - runtime executable

Download node-array-equal

Download for all available architectures
Architecture Package Size Installed Size Files
all 3.1 kB14 kB [list of files]