Guarantees an array back
Validates if a value is a boolean.
Matches strings against configurable strings, globs, regular expressions, and/or functions
Validates if a value is an array of string primitives.
Create an array of unique values, in order, from the input arrays
Validates if a value is a positive integer array.
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Validates if a value is an object array.
Validates if every element of an array passes a test condition.
Validates if a value is a nonnegative number.
Like a Set, but provides the index of the `key` in the backing array
Create an array with values that are present in the first input array but not additional ones
Lazy-evaluating list of files, based on globs or regex patterns
Minimal async jobs utility library, with streams support
Validates if a value is infinite.
Create an array without duplicates
No description provided.
Remove duplicate values from an array. Fastest ES5 implementation.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Determinate if a string is a valid URI.
Turn anything into an array
Loop over each item in an array and call the given function on every element.
Stringify your JSON at max speed
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.