sindresorhus / array-equalLinks
Check if two arrays are equal
☆38Updated 7 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:
- Check if a path is the current working directory☆22Updated 6 months ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 9 months ago
- Strip the final newline character from a string/buffer☆37Updated last year
- Create an array with values that are present in the first input array but not additional ones☆41Updated 4 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.☆23Updated 4 years ago
- ES2015 Number.isNaN() ponyfill☆28Updated last year
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last week
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆66Updated 2 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 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☆50Updated 3 months ago
- Node's default require extensions as a separate module☆11Updated 3 years ago
- ES2015 Number.isFinite() ponyfill☆20Updated 4 years ago
- Gracefully restore the CLI cursor on exit☆40Updated last year
- Modern Buffer API polyfill without footguns☆27Updated 4 years ago
- The map of HTTP status codes from the builtin http module☆19Updated 3 years ago
- Filter object keys and values into a new object☆105Updated last year
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Check if an object can be used like an Array☆17Updated 2 months ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Trim newlines from the start and/or end of a string☆49Updated 2 years ago
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago