jonschlinkert / array-unique
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:
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Rename a function☆46Updated last year
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Create an array without duplicates☆71Updated 4 years ago
- Import a module like with `require()` but from a given path☆86Updated 2 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Check if something is a promise☆46Updated 4 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Extract the article title of a HTML document☆54Updated 3 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 4 years ago
- Callback wrapping utility☆55Updated last year
- Strip the final newline character from a string/buffer☆36Updated 6 months ago
- List of node.js builtin modules☆38Updated last year
- 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
- 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
- Get the first path that exists on disk of multiple paths☆58Updated 2 years ago
- Object.keys shim☆45Updated 3 weeks ago
- Check if a path is the current working directory☆19Updated this week
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Convert an Observable to a Promise☆47Updated last year
- Repeat a string - fast☆34Updated 4 years ago
- Check if something is a Node.js stream☆112Updated 6 months ago
- Get the set npm registry URL☆55Updated last month
- Check if a path is a file, directory, or symlink☆78Updated 9 months ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated last year