[ 原始碼: node-simple-swizzle ]
套件:node-simple-swizzle(0.2.2-3)
node-simple-swizzle 的相關連結
Debian 的資源:
下載原始碼套件 node-simple-swizzle:
- [node-simple-swizzle_0.2.2-3.dsc]
- [node-simple-swizzle_0.2.2.orig.tar.gz]
- [node-simple-swizzle_0.2.2-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Simply swizzle your arguments
This module can be used to swizzle your function arguments; ie, pass in mixed arrays/values and get a clean array. For example, if you swizzle (1, [2, 3], 4), then you get [1, 2, 3, 4].
Node.js is an event-based server-side JavaScript engine.
其他與 node-simple-swizzle 有關的套件
|
|
|
|
-
- dep: node-is-arrayish (>= 0.3.1)
- Determines if an object can be used as an array
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable