Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
Compute a moving geometric mean incrementally.
Create a debounced version of a promise returning function
Compute the inverse hyperbolic cotangent of each element retrieved from an input strided array via a callback function.
Returns true if a value is a plain object, array or function.
set blocking stdio and stderr ensuring that terminal output does not truncate
A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.
Compute the mean absolute error (MAE) incrementally.
Compute a moving coefficient of variation (CV) incrementally.
Return an array of an object's inherited property names and symbols.
Calculate the standard deviation of a strided array.
A library for recursively merging JavaScript objects
Sort a double-precision floating-point strided array using insertion sort.
Safe Window Getters
Return the enumeration constant associated with a matrix orientation.
Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
Calculate the minimum value of a strided array.
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
No description provided.
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
1/4 times π.
Execute scripts in parallel.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
Resolve the path of a module like `require.resolve()` but from the current working directory