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
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 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
- The color cyan, in ansi.☆8Updated 6 years ago
- Callback wrapping utility☆55Updated last year
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Moved to https://github.com/nodejs/string_decoder☆23Updated 7 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Snapdragon utility for creating a new AST node in custom code, such as plugins.☆25Updated 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
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 9 months ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit e…☆35Updated 8 years ago
- ☆20Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated last year
- Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.☆21Updated 7 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 7 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆35Updated 4 years ago
- List of node.js builtin modules☆38Updated last year
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 6 years ago
- Spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.☆20Updated last year
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Faster, node.js focused alternative to JavaScript's native array map.☆14Updated 8 years ago
- zip plugin for decompress☆26Updated last year
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆49Updated 3 years ago
- Uses babel to extract JavaScript code comments from a string. Returns an array of comment objects, with line, column, index, comment type…☆14Updated 6 years ago