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
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆49Updated 3 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- The closest you can get to require something with bypassing the require cache☆22Updated 3 years ago
- Package and un-package modules of some sort (oooh, perhaps you could package JavaScript modules on npm...)☆37Updated 7 years ago
- Strip the final newline character from a string/buffer☆36Updated 5 months ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Get the directory of globally installed packages and binaries☆75Updated last year
- 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
- Returns an array filled with the specified input☆42Updated 2 years ago
- Get the set npm registry URL☆54Updated 2 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 something is a Node.js stream☆110Updated 5 months ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 9 months ago
- Convert an Observable to a Promise☆47Updated last year
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆35Updated 4 years ago
- Iterate over promises serially☆50Updated 2 years ago
- Check if an object can be used like an Array☆16Updated 3 years ago
- Slice a string with ANSI escape codes☆47Updated 10 months ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Replaces a file extension with another one.☆46Updated 2 years ago
- Rename a function☆46Updated last year
- Callback wrapping utility☆55Updated last year