jonschlinkert / array-unique
Return an array free of duplicate values. Very fast implementation.
☆60Updated 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
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆60Updated 3 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆25Updated 4 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- List of node.js builtin modules☆38Updated 9 months ago
- Generate strong pseudo-random bytes☆29Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- Strip the final newline character from a string/buffer☆36Updated 2 months ago
- Get the set npm registry URL☆53Updated 2 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- Callback wrapping utility☆55Updated 11 months ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 3 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Object.keys shim☆45Updated 2 years ago
- Check if a path is the current working directory☆19Updated 3 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 7 years 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
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- url.parse() with support for protocol-less URLs & IPs☆52Updated 3 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 5 months ago
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 5 years ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 6 years ago
- Create an array without duplicates☆70Updated 3 years ago
- Log the value/error of a promise☆26Updated 3 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 6 months ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆34Updated 3 years ago
- Repeat a string - fast☆34Updated 3 years ago