[ ソース: node-array-uniq ]
パッケージ: node-array-uniq (1.0.3-1)
node-array-uniq に関するリンク
Trisquel の資源:
node-array-uniq ソースパッケージをダウンロード:
- [node-array-uniq_1.0.3-1.dsc]
- [node-array-uniq_1.0.3.orig.tar.gz]
- [node-array-uniq_1.0.3-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Javascript Maintainers (メールアーカイブ)
- Suhail P
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Create an array without duplicates
array-uniq creates an array without duplicates. It's already pretty fast, but will be much faster when Set becomes available in V8 (especially with large arrays).
Node.js is an event-based server-side JavaScript engine.