Execute functions in series, passing the results of one function as arguments to the next function.
If a function does not throw, return the function return value; otherwise, return `y`.
Unzip a zipped array (i.e., a nested array of tuples).
Check if running in a Node.js REPL environment.
Boolean indicating if the current environment is a touch device.
Check if the runtime is the Electron renderer process.
Check if the runtime is the main Electron process.
Return the prototype of a provided object.
Compute the hyperbolic arccosine of a number.
Compute the hyperbolic arcsine of a number.
Compute the arcsine of a number.
Compute the hyperbolic arctangent of a number.
Compute the arccosine of a number.
Compute the hyperbolic sine of a number.
Test whether a path exists on the filesystem.
Compute the arctangent of a number.
Compute the hyperbolic cosine of a number.
Compute the hyperbolic tangent of a number.
Test if a value is iterable-like.
Detect native ArrayBuffer support.
Transform stream for inspecting streamed data.
Check if the process is running in a Docker container.
Boolean indicating if the current process is running on Windows.
Return the effective numeric group identity of a calling process.
ndarray data buffer constructors.
Test if an object's own or inherited property is non-configurable.
Test if a single-precision floating-point numeric value is negative zero.
Convert a double-precision floating-point number to an unsigned 32-bit integer.
Return the part of a string before a specified substring.
Convert a string to lowercase.