jonschlinkert / arr-diffLinks
Returns an array with only the unique values from all given arrays using strict equality for comparisons.
☆47Updated 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
Sorting:
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Strip the final newline character from a string/buffer☆36Updated 7 months ago
- Check if a value is an object☆40Updated 4 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Check if a path is a file, directory, or symlink☆78Updated 10 months ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆59Updated 10 months ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Check if a string matches the name of a Node.js builtin module☆59Updated 3 months ago
- Check if something is a promise☆46Updated 4 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 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
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Import a globally installed module☆58Updated last year
- Rename a function☆46Updated last year
- Returns an array filled with the specified input☆42Updated 2 years ago
- Get the path of the parent module☆77Updated last year
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- Check if a value is a regular expression☆24Updated 3 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Repeat a string - fast☆34Updated 4 years ago
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Wait for a specified number of promises to be fulfilled☆36Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago