Create a fluent interface for chaining together iterator methods.
Create an iterator which returns the union of two or more iterators.
Return an array of an object's own enumerable property names which are not integer indices.
Return an array of an object's own non-enumerable symbol properties.
Test for deep equality between two values.
Test if a value is an array-like object containing only nonpositive integers.
Return an array of an object's inherited property names and symbols.
Test if a value is an array-like object containing only negative numbers.
Restrict an index to the interval [0,max].
Test if an object has an inherited property.
Test if a finite double-precision floating-point number is a negative integer.
List of ndarray casting modes.
Test if two arguments are strictly equal.
Test whether all iterated values are falsy.
Convert an ndarray buffer to a generic array.
Test if a value is a complex typed array.
Right pad a string.
Test if a value is an array-like object.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Test whether all elements in a collection pass a test implemented by a predicate function.
Create a string from a sequence of Unicode code points.
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Invoke a function n times and return an array of accumulated function return values.
Test if a value is an even number.
Test if a string starts with the characters of another string.
Invoke a function while a test condition is true.
Test if a value is a Buffer object.
Expand contractions.
Test whether a string contains only numeric digits.