[ 源代码: node-array-equal ]
软件包:node-array-equal(1.0.0-4)
node-array-equal 的相关链接
Debian 的资源:
下载源码包 node-array-equal:
- [node-array-equal_1.0.0-4.dsc]
- [node-array-equal_1.0.0.orig.tar.gz]
- [node-array-equal_1.0.0-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 node-array-equal 有关的软件包
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable