jonschlinkert / array-unique
Return an array free of duplicate values. Very fast implementation.
☆60Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for array-unique
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆25Updated 4 years ago
- Import a module like with `require()` but from a given path☆86Updated 2 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 2 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 4 months ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Get the set npm registry URL☆53Updated 2 years ago
- 'string_decoder' module from Node.js core☆33Updated 3 years ago
- Callback wrapping utility☆55Updated 9 months ago
- Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.☆21Updated 6 years ago
- Give me a string and I'll tell you if it's a valid npm package license string☆24Updated 3 years ago
- Snapdragon utility for creating a new AST node in custom code, such as plugins.☆25Updated 5 years ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 6 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆79Updated 2 years ago
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆60Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 7 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆49Updated 2 years ago
- Find the module object for something that was require()d☆26Updated last year
- Get the path of the parent module☆77Updated last year
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆34Updated 3 years ago
- A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset…☆30Updated 3 years ago
- List of node.js builtin modules☆38Updated 7 months ago
- Require global npm as a local node module.☆32Updated 2 years ago
- Repeat a string - fast☆34Updated 3 years ago
- Combines array of streams into one Readable stream in strict order.☆28Updated last year
- The color cyan, in ansi.☆8Updated 5 years ago
- Create an array without duplicates☆70Updated 3 years ago
- Check if a path is a file, directory, or symlink☆75Updated 3 months ago
- Get the length of the longest item in an array.☆30Updated 6 years ago