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
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆25Updated 4 years ago
- 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
- 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 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
- Callback wrapping utility☆55Updated last year
- Create a javascript regular expression for matching everything except for the given string.☆31Updated 7 years ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 7 months ago
- Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.☆18Updated 3 years ago
- List of node.js builtin modules☆38Updated 10 months ago
- Check if a path is a file, directory, or symlink☆78Updated 6 months ago
- Replaces a file extension with another one.☆46Updated last year
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- The color cyan, in ansi.☆8Updated 6 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
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 3 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 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
- Pick random items from a list☆54Updated 3 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆35Updated 4 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Check if something is a promise☆46Updated 3 years ago
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 5 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago