Collection of helper functions used by Babel transforms.
Faster alternative to javascript's native filter method.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
Seeded random number generator for Javascript.
Format data using ECMA-376 spreadsheet Format Codes
Compute the square root of the residual sum of squares of two double-precision floating-point strided arrays.
A string tag that strips indentation from multi-line strings. ⬅️
Sort a one-dimensional double-precision floating-point ndarray using insertion sort.
Replace search occurrences with a replacement string.
No description provided.
A custom element for extending the native media elements (<audio> or <video>)
A little helper for handling strings containing zero width control characters, ANSI styling, whitespaces, newlines, 💩, etc.
Browser-friendly inheritance fully compatible with standard node.js inherits()
Compute the cumulative sum of a one-dimensional ndarray.
Return the transpose operation string associated with a supported BLAS transpose operation value.
Bernoulli distribution expected value.
Strip HTML tags from strings. No parser, accepts mixed sources.
Compute the root mean squared error (RMSE) incrementally.
Hypergeometric distribution constructor.
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
Extract the stem of a given word.
githooks management forked from husky
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Compute the cumulative sum of a one-dimensional ndarray using pairwise summation.