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
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆60Updated 2 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
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 2 years ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- Check if the process is running as root user, for example, one started with `sudo`☆79Updated 2 years 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
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 3 months ago
- Iterate over promises serially☆50Updated 2 years ago
- List of node.js builtin modules☆38Updated 7 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
- Object.keys shim☆45Updated 2 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆34Updated 3 years ago
- Get the length of the longest item in an array.☆30Updated 6 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆49Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆54Updated 3 months ago
- Log the value/error of a promise☆26Updated 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
- Get the path of the parent module☆77Updated last year
- Slice a string with ANSI escape codes☆47Updated 6 months ago
- Replaces a file extension with another one.☆46Updated last year
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 5 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last year
- Callback wrapping utility☆55Updated 9 months ago
- Get the extension of a given filename or path☆30Updated 6 years ago
- Package and un-package modules of some sort (oooh, perhaps you could package JavaScript modules on npm...)☆37Updated 6 years ago
- Check if something is a generator function☆23Updated 2 years ago
- Convert an Observable to a Promise☆47Updated last year
- Returns an array filled with the specified input☆43Updated 2 years ago