Broadcast an ndarray to a specified shape.
Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.
Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
Calculate the variance of a strided array using a one-pass textbook algorithm.
recursively transform key strings to dash-case
Laplace distribution logarithm of probability density function (PDF).
Loop over each item in an array and call the given function on every element.
Fréchet distribution variance.
Replace user home in a string with another string. Useful for tildifying a path.
Comma delimit an array for human readability, the Oxford comma is optional.
Fast CBOR with a focus on strictness
4-directional swipe gestures for react-native
Compute a geometric mean incrementally.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Apply an async function to each Array element in series.
Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.
Compute an arithmetic mean of squared absolute values incrementally.
Run AppleScript and get the result
Compute a moving geometric mean incrementally.
Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
Return the last grapheme cluster (i.e., user-perceived character) of a string.
Request that Node.js child processes preload modules
Helps you write code with promise-like chains that can run both synchronously and asynchronously
Rayleigh distribution mode.