Attach comments to estree nodes
Parses Netlify headers into a JavaScript object representation
Calculate the mid-range of a double-precision floating-point strided array.
Fill an array-like object view with values returned from an iterator.
Compute a one-sample Z-test for a double-precision floating-point strided array.
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the mean and standard deviation of a double-precision floating-point strided array.
Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
A simple list of CSS shorthand properties and which longhand properties they expand to
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
Validate and normalise user choice: array, object or both?
Split element indices into two groups according to a predicate function.
Split element values into two groups according to a predicate function.
Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
Apply a unary function to each element retrieved from a three-dimensional nested input array according to a callback function and assign results to elements in a three-dimensional nested output array.
Test if a value is a 2-dimensional ndarray-like object having equal dimensions.
Option parsing for Node, supporting types, shorthands, etc. Used by npm.
Symmetric banded array utilities.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
Apply a ternary callback to elements in input ndarrays and assign results to elements in an output ndarray.
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
TypeScript definitions for shuffle-array