sindresorhus / array-unionLinks
Create an array of unique values, in order, from the input arrays
☆78Updated 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☆105Updated last year
- Make a function mimic another one☆97Updated last year
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Check if argv has a specific flag☆96Updated 4 years ago
- Create an array with values that are present in the first input array but not additional ones☆41Updated 4 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆66Updated 3 months ago
- Check if a string is a URL☆87Updated 2 years ago
- Mimic a Node.js HTTP response stream☆61Updated 2 years ago
- A Map implementation with expirable items☆94Updated 3 years ago
- Check if a value is a plain object☆103Updated last year
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Get the path of the parent module☆79Updated 3 months ago
- Check if a string matches the name of a Node.js builtin module☆62Updated 9 months ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 4 years ago
- Check if your code is running as an npm or yarn script☆65Updated 3 months ago
- Check if a URL is absolute☆80Updated 3 months ago
- Ponyfill for Error#captureStackTrace☆63Updated 3 years ago
- Exit the process when the `esc` key is pressed☆58Updated 2 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 3 months ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- A better `Promise.race()`☆51Updated 3 years ago
- Regular expression for matching reserved filename characters☆52Updated 3 months ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Walk up the directory tree until a specified path is found.☆16Updated last year
- Check if stdout or stderr is interactive☆119Updated 2 years ago
- Turn an object into a string of HTML attributes☆50Updated 2 years ago
- Get metadata on the default editor or a specific editor☆55Updated 3 months ago
- Trim newlines from the start and/or end of a string☆49Updated 2 years ago
- Get the arguments of a function, arrow function, generator function, async function☆54Updated 2 years ago
- Run promise-returning & async functions repeatedly until you end it☆48Updated 4 years ago