sindresorhus / array-equalLinks
Check if two arrays are equal
☆36Updated 5 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 string matches the name of a Node.js builtin module☆61Updated 7 months ago
- Strip the final newline character from a string/buffer☆36Updated 11 months ago
- Gracefully restore the CLI cursor on exit☆39Updated last year
- Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.☆23Updated 4 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 4 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated 2 years ago
- Check if a path is the current working directory☆20Updated 4 months ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- Check if a path is a file, directory, or symlink☆78Updated last year
- Check if a value is an object☆40Updated 4 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Check if a value is a plain object☆102Updated last year
- Give me a string and I'll tell you if it's a valid npm package license string☆26Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Modern Buffer API polyfill without footguns☆26Updated 4 years ago
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Updated last month
- Check if a value is a regular expression☆24Updated 3 years ago
- Timeout HTTP/HTTPS requests☆51Updated 3 weeks ago
- ES2015 Number.isNaN() ponyfill☆28Updated last year
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last month
- Check if a URL is absolute☆79Updated 2 weeks ago
- Log the value/error of a promise☆26Updated 4 years ago
- Filter object keys and values into a new object☆104Updated last year
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Lowercase the keys of an object☆40Updated 2 years ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago