Static
assertAssert that a value is an array
The value to check
Static
assertAssert that a value is NOT an array
The value to check
Static
asyncAsync filter version of Array.prototype.filter(), with the same signature as its synchronous counterpart.
The type of the array
A promise that resolves to the filtered array
Static
buildStatic
filterStatic
isType guard to check if a value is an array
The value to check
True if the value is an array; otherwise, false
Static
isStatic
isType guard to check if a value is not an array
The value to check
True if the value is not an array; otherwise, false
Static
isType guard to check if an array is not empty
The array to check
True if the array is not empty, false otherwise
Static
mapArray map function with overload for NonEmptyArray
The type of the array to map to
The type of the array to map from
The array to map
Callback function to map data from the array
Mapped array
Array map function with overload for NonEmptyArray
The type of the array to map to
The type of the array to map from
The array to map
Callback function to map data from the array
Mapped array
Array core functions
Since
v1.0.0