[ 原始碼: node-array-equal ]
套件:node-array-equal(1.0.0-2)
node-array-equal 的相關連結
Debian 的資源:
下載原始碼套件 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]
維護小組:
外部的資源:
- 主頁 [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