sindresorhus / array-equalLinks
Check if two arrays are equal
☆38Updated 9 months ago
Alternatives and similar repositories for array-equal
Users that are interested in array-equal are comparing it to the libraries listed below
Sorting:
- Create an array with values that are present in the first input array but not additional ones☆41Updated 4 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Check if a path is the current working directory☆22Updated 8 months ago
- Strip the final newline character from a string/buffer☆38Updated last year
- ES2015 Number.isNaN() ponyfill☆29Updated last year
- Gracefully restore the CLI cursor on exit☆41Updated last year
- Filter object keys and values into a new object☆105Updated last year
- Regular expression for matching reserved filename characters☆52Updated 3 months ago
- Check if a string matches the name of a Node.js builtin module☆62Updated 10 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆28Updated 4 years ago
- Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.☆23Updated 5 years ago
- Check if a value is an object☆42Updated 4 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 4 years ago
- fs read and write streams based on minipass☆20Updated 2 months ago
- Create a MD5 hash with hex encoding☆47Updated 2 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last month
- ES2015 Number.isFinite() ponyfill☆20Updated 4 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 5 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Node's default require extensions as a separate module☆11Updated 3 years ago
- Decompress a HTTP response if needed☆75Updated 2 months ago
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Timeout HTTP/HTTPS requests☆51Updated 4 months ago
- Lowercase the keys of an object☆41Updated 2 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Check if something is a generator function☆24Updated 3 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆51Updated 4 months ago
- Check if a value is a plain object☆103Updated last year
- Transform the first chunk in a stream☆28Updated 2 years ago