Ensure runtime type safety and perform type coercion if needed.
Calculate the range of a strided array.
Utility function to create and use an forge compatible crypto wallet
Check if a value is an array or a typed array
Triangular distribution logarithm of cumulative distribution function (CDF).
Calculate the cumulative sum of double-precision floating-point strided array elements.
Node's builtin `assert.throws` does not work very well with rejecting promises or (equivalently) async functions.
Calculate the cumulative sum of strided array elements.
Triangular distribution probability density function (PDF).
Sort a single-precision floating-point strided array using insertion sort.
improved type definitions for assertions in the nodeJS assert API
A minimal CSS module shim
Determines if a user-agent is a bot/spider/crawler.
Add a constant to each double-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.
Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Natural logarithm of the probability mass function (PMF) for a hypergeometric distribution.
Match substrings on the left or right of a given index, ignoring whitespace
Test if an object's own or inherited property is non-configurable.
Array utilities (immutability, fp helpers)
Create a filled n-dimensional nested array according to a provided callback function.
Compute the inverse coversed cosine of each element retrieved from an input strided array via a callback function.
Detect native SharedArrayBuffer support.
Test if a value is Node duplex stream-like.