jonschlinkert / arr-diff
Returns an array with only the unique values from all given arrays using strict equality for comparisons.
☆46Updated 3 years ago
Alternatives and similar repositories for arr-diff:
Users that are interested in arr-diff are comparing it to the libraries listed below
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Check if a path is a file, directory, or symlink☆78Updated 8 months ago
- Check if a path is the current working directory☆19Updated 3 years ago
- Repeat a string - fast☆34Updated 3 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Check if a path is inside another path☆37Updated 2 years ago
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Lowercase the keys of an object☆40Updated last year
- Strip the final newline character from a string/buffer☆36Updated 5 months ago
- Check if a string is a scoped npm package name☆24Updated 2 years ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Get a random key from an object☆18Updated 8 months ago
- A safer `.hasOwnProperty()`☆29Updated last year
- Rename a function☆46Updated 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
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 8 months ago
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago
- Get bundle identifier from a bundle name (macOS): Safari → com.apple.Safari☆16Updated 3 years ago
- Check if argv has a specific flag☆94Updated 3 years ago
- Get the first path that exists on disk of multiple paths☆58Updated 2 years ago
- Check if a value is an object☆40Updated 3 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated last month