jonschlinkert / arr-diffLinks
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
Sorting:
- Check if a path is a file, directory, or symlink☆78Updated last year
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Strip the final newline character from a string/buffer☆36Updated 9 months ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Get the directory of globally installed packages and binaries☆76Updated last year
- Check if a string matches the name of a Node.js builtin module☆59Updated 5 months ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 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
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆63Updated 4 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Check if a value is a regular expression☆24Updated 3 years ago
- Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests)☆48Updated 6 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- The Node.js `util.deprecate()` function with browser support