sindresorhus / array-equal
Check if two arrays are equal
☆32Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for array-equal
- Strip the final newline character from a string/buffer☆33Updated 2 weeks ago
- Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.☆24Updated 3 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆58Updated 6 months ago
- Define a non-enumerable property on an object.☆21Updated last year
- Modern Buffer API polyfill without footguns☆26Updated 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 2 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Timeout HTTP/HTTPS requests☆52Updated 3 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆54Updated 3 months ago
- Change alpha of a color string☆22Updated 4 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 4 months ago
- Check if a value is a regular expression☆24Updated 3 years ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 6 years ago
- Filter object keys and values into a new object☆100Updated 5 months ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆36Updated 2 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆67Updated 3 years ago
- Lowercase the keys of an object☆40Updated last year
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 3 months ago
- Check if a path is the current working directory☆19Updated 3 years ago
- Gracefully restore the CLI cursor on exit☆35Updated 3 months ago
- fs read and write streams based on minipass☆21Updated 3 months ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 2 years ago
- Check if a value is an object☆40Updated 3 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 3 years ago
- Delete nested properties from an object using dot notation.☆34Updated 2 years ago
- A better `Promise.race()`☆46Updated last year
- Check if a path is inside another path☆37Updated 2 years ago
- Create a Vinyl file from an actual file☆41Updated last year