[ 原始碼: node-uniqs ]
套件:node-uniqs(2.0.0-5)
Tiny utility to create unions and de-duplicated lists
For example, uniqs([2, 1, 1], [2, 3, 3, 4], [4, 3, 2]) will give [2, 1, 3, 4] as output.
Node.js is an event-based server-side JavaScript engine.