Extract the stem of a given word.
Extract a nested property value from each element of an object array.
Test if a single-precision floating-point numeric value is infinite.
Alias for eval global.
Test if a value is between two values.
Node version.
List of ndarray data types.
Generate a frequency table according to an indicator function.
Test whether a string contains only numeric digits.
Expand contractions.
Test if a value is a Buffer object.
Invoke a function while a test condition is true.
Test if a string starts with the characters of another string.
Test if a value is an even number.
Invoke a function n times and return an array of accumulated function return values.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
Create a string from a sequence of Unicode code points.
Test whether all elements in a collection pass a test implemented by a predicate function.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Test if a value is an array-like object.
Right pad a string.
Test if a value is a complex typed array.
Convert an ndarray buffer to a generic array.
Test whether all iterated values are falsy.
Test if two arguments are strictly equal.
List of ndarray casting modes.
Test if a finite double-precision floating-point number is a negative integer.
Test if an object has an inherited property.
Restrict an index to the interval [0,max].