sindresorhus / array-unionLinks
Create an array of unique values, in order, from the input arrays
☆76Updated 4 years ago
Alternatives and similar repositories for array-union
Users that are interested in array-union are comparing it to the libraries listed below
Sorting:
- Filter object keys and values into a new object☆103Updated last year
- Make a function mimic another one☆95Updated 9 months ago
- Get the path of the parent module☆77Updated last year
- A Map implementation with expirable items☆94Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 5 months ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Check if your package was installed globally☆70Updated last year
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆53Updated 2 years ago
- A better `Promise.race()`☆46Updated 2 years ago
- Mimic a Node.js HTTP response stream☆59Updated last year
- Check if your code is running as an npm or yarn script☆65Updated 3 years ago
- Check if a string is a valid filename☆62Updated 4 years ago
- Parse milliseconds into an object☆119Updated last year
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆63Updated 4 years ago
- Check if stdout or stderr is interactive☆116Updated last year
- Get the hash of an object☆137Updated last year
- Check if a string is a URL☆85Updated 2 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 years ago
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Regular expression for matching reserved filename characters☆50Updated 3 years ago
- test helpers for working with Node.js' http2 module☆19Updated 3 months ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Get metadata on the default editor or a specific editor☆53Updated 2 years ago
- Reduce a list of values using promises into a promise for a value☆70Updated 2 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Check if a value is a plain object☆102Updated last year
- Like `Promise.all()` but for `Map` and `Object`☆197Updated last year