jonschlinkert / array-uniqueLinks
Return an array free of duplicate values. Very fast implementation.
☆59Updated 4 years ago
Alternatives and similar repositories for array-unique
Users that are interested in array-unique are comparing it to the libraries listed below
Sorting:
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆47Updated 3 years ago
- Check if something is a Node.js stream☆112Updated 8 months ago
- Package and un-package modules of some sort (oooh, perhaps you could package JavaScript modules on npm...)☆37Updated 7 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Replaces a file extension with another one.☆46Updated 2 years ago
- Strip the final newline character from a string/buffer☆36Updated 8 months ago
- Iterate over promises serially☆50Updated 2 years ago
- Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.☆21Updated 7 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Callback wrapping utility☆56Updated last year
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆49Updated 3 years ago
- List of node.js builtin modules☆38Updated last year
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- Object.keys shim☆45Updated 2 months ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Repeat a string - fast☆34Updated 4 years ago
- Check if a path is the current working directory☆19Updated last month
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Snapdragon utility for creating a new AST node in custom code, such as plugins.☆25Updated 6 years ago
- Import a module like with `require()` but from a given path☆85Updated 2 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 4 years ago
- Parse HTTP X-Forwarded-For header☆57Updated 3 weeks ago
- Get the set npm registry URL☆55Updated 2 months ago
- Check if function is an ES6 class.☆43Updated 5 years ago
- Generate strong pseudo-random bytes☆29Updated 4 years ago
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 6 years ago