[ Source: node-array-equal ]
Package: node-array-equal (1.0.0-2)
Links for node-array-equal
Trisquel Resources:
Download Source Package node-array-equal:
- [node-array-equal_1.0.0-2.dsc]
- [node-array-equal_1.0.0.orig.tar.gz]
- [node-array-equal_1.0.0-2.debian.tar.xz]
Maintainer:
Original Maintainers:
- Debian Javascript Maintainers (Mail Archive)
- Thorsten Alteholz
External Resources:
- Homepage [github.com]
Similar packages:
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
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript
Download node-array-equal
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 2.7 kB | 15 kB | [list of files] |