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☆104Updated last year
- Convert a string/Buffer/Uint8Array to a readable stream☆91Updated 2 years ago
- Create an array with values that are present in the first input array but not additional ones☆40Updated 4 years ago
- A safer `.hasOwnProperty()`☆29Updated 2 years ago
- Mimic a Node.js HTTP response stream☆60Updated last year
- Get the path of the parent module☆78Updated last month
- Check if a string is a URL☆87Updated 2 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆64Updated last month
- A Map implementation with expirable items☆94Updated 3 years ago
- Split a string on the first occurrence of a given separator☆74Updated 2 months ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 7 months ago
- Check if your code is running as an npm or yarn script☆64Updated last month
- Make a function mimic another one☆96Updated 11 months ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated last month
- Check if stdout or stderr is interactive☆118Updated last year
- Check if argv has a specific flag☆93Updated 4 years ago
- Trim newlines from the start and/or end of a string☆49Updated 2 years ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 3 years ago
- Check if a string is a valid filename☆62Updated 4 years ago
- Check if a URL is absolute☆80Updated last month
- Sort an array on an object property☆201Updated 2 weeks ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Parse milliseconds into an object☆122Updated last year
- Exit the process when the `esc` key is pressed☆57Updated last year
- Check if your code is running as an npm script☆55Updated 4 years ago
- Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests)☆48Updated 6 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Reduce a list of values using promises into a promise for a value☆72Updated 2 years ago
- Regular expression for matching reserved filename characters☆50Updated last month
- List of JavaScript types☆82Updated last year