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
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated 2 months ago
- Track the list of currently unhandled promise rejections☆24Updated 6 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.☆25Updated 4 years ago
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆60Updated 3 years ago
- Define a non-enumerable property on an object.☆21Updated last year
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 2 years ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 6 years ago
- Check if a value is a regular expression☆24Updated 3 years ago
- Check if a path is the current working directory☆19Updated 3 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Trim newlines from the start and/or end of a string☆48Updated 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 7 years ago
- Check if a number is in a given range☆21Updated 3 years ago
- Check if a path is a file, directory, or symlink☆77Updated 5 months ago
- Check if the process is running with elevated privileges☆40Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Repeat a string - fast☆34Updated 3 years ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 6 years ago
- Rename a function☆46Updated last year
- Check if a value is an object☆40Updated 3 years ago
- Make a shallow clone of an object, array or primitive.☆29Updated 4 years ago
- Import a globally installed module☆57Updated last year
- Get a random key from an object☆18Updated 6 months ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆56Updated 5 months ago
- Wait for a specified number of promises to be fulfilled☆36Updated last year
- Sink your streams.☆17Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆36Updated 2 years ago