Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Calculate the sum of strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
render domhandler DOM nodes to a string
Create a zero-filled four-dimensional nested array.
Solve CSS math expressions
Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.
A light, featureful and explicit option parsing library.
Compute the dot product of two one-dimensional single-precision floating-point ndarrays.
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
> A simple utility to get the packages from a monorepo, whether they're using Yarn, npm, Lerna, pnpm, Bun or Rush
Remove any existing casing from a string.
The lodash method `_.debounce` exported as a module.
Bernoulli distribution median.
Compute the reciprocal square root of a double-precision floating-point number.
Compute the inverse versed sine.
Compute the sum along one or more ndarray dimensions.
xmlhttprequest-ts is a typescript wrapper for the built-in http client to emulate the browser XMLHttpRequest object and allow isomorphic code that runs in the browser and in node.js.
Return the first grapheme cluster (i.e., user-perceived character) of a string.
streaming pipeline with a mutable configuration
Encode and decode streams into string streams
All change-case methods bundled in a single module
Compute the multiplicative inverse of a double-precision floating-point number.
Returns a `stream.Readable` from a URI string