[ Bron: node-array-uniq ]
Pakket: node-array-uniq (2.1.0-2)
Verwijzigingen voor node-array-uniq
Debian bronnen:
Het bronpakket node-array-uniq downloaden:
- [node-array-uniq_2.1.0-2.dsc]
- [node-array-uniq_2.1.0.orig.tar.gz]
- [node-array-uniq_2.1.0-2.debian.tar.xz]
Beheerders:
- Debian Javascript Maintainers (QA-pagina, Mailarchief)
- Suhail P (QA-pagina)
- Utkarsh Gupta (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Create an array without duplicates
This module creates an array without duplicates. It is 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.