Compute a sample Pearson product-moment correlation distance.
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
A simple function that print objects / arrays as ASCII tables. Handles ANSI styling and weird 💩 Unicode emoji symbols – they won't break the layout.
Lévy distribution entropy.
Compute moving minimum and maximum absolute values incrementally.
Kumaraswamy's double bounded distribution excess kurtosis.
Return the index of the first element which passes a test implemented by a predicate function.
Return the last grapheme cluster (i.e., user-perceived character) of a string.
Async module-loading library and protocol for bundlers/loaders targeting isomorphic apps and Node.js.
Create Error classes
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
Compute a moving geometric mean incrementally.
Return the last Unicode code point of a string.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Compute a moving coefficient of variation (CV) incrementally.
Compute the mean directional accuracy (MDA) incrementally.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Compute a range incrementally.
Compute the mean absolute error (MAE) incrementally.
Strip comments from a Pug token stream (from the lexer)
Match human-quality input to potential matches by edit distance.
Minimatch but for collections of minimatcher matchers.
Detect the archive type of a Buffer/Uint8Array