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:
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆45Updated 4 years ago
- Check if a path is the current working directory☆22Updated 8 months ago
- ES2015 Number.isNaN() ponyfill☆29Updated last year
- Create an array with values that are present in the first input array but not additional ones☆40Updated 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
- Check if the character represented by a given Unicode code point is fullwidth☆51Updated 5 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆29Updated 4 years ago
- ES2015 Number.isFinite() ponyfill☆20Updated 4 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 4 years ago
- Strip the final newline character from a string/buffer☆38Updated last year
- Filter object keys and values into a new object☆105Updated last year
- Check if a string matches the name of a Node.js builtin module☆63Updated 11 months ago
- Node's default require extensions as a separate module☆11Updated 3 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
- Check if a path is a file, directory, or symlink☆80Updated last year
- Check if a path is in the current working directory☆23Updated 4 years ago
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Updated 5 months ago
- Check if a file path is a binary file☆49Updated last year
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 5 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last week
- Lowercase the keys of an object☆41Updated 2 years ago
- Modern Buffer API polyfill without footguns☆27Updated 4 years ago
- Detect the dominant newline character of a string