sindresorhus / array-union
Create an array of unique values, in order, from the input arrays
☆75Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for array-union
- Get the path of the caller module☆64Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆67Updated 3 years ago
- A safer `.hasOwnProperty()`☆30Updated last year
- Check if a value is a plain object☆102Updated 6 months ago
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- A better `Promise.race()`☆46Updated last year
- Start a promise chain☆57Updated 3 years ago
- Filter object keys and values into a new object☆100Updated 5 months ago
- Check if argv has a specific flag☆94Updated 3 years ago
- Reduce a list of values using promises into a promise for a value☆68Updated last year
- Strip the final newline character from a string/buffer☆35Updated 3 weeks ago
- Iterate over promises serially☆50Updated 2 years ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 3 years ago
- Get the path of the parent module☆77Updated last year
- Gracefully restore the CLI cursor on exit☆35Updated 3 months ago
- Regular expression for matching reserved filename characters☆50Updated 2 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- A Map implementation with expirable items☆92Updated 2 years ago
- Ensures a value is a valid error by making it one if not☆78Updated 2 years ago
- Check if a string is a URL☆84Updated last year
- Mimic a Node.js HTTP response stream☆59Updated last year
- Check if a string matches the name of a Node.js builtin module☆58Updated 6 months ago
- Make a function mimic another one☆91Updated 3 weeks ago
- Check if a string is a valid filename☆59Updated 3 years ago
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆36Updated 2 years ago
- Sort the keys of an object☆101Updated 2 months ago
- Import a module like with `require()` but from a given path☆86Updated 2 years ago