Add a scalar constant to each double-precision floating-point strided array element and compute the sum using ordinary recursive summation.
Crop array of ranges when they go beyond the reference string's length
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.
Compile ES2015 default and rest parameters to ES5
Create a complex number.
Gamma distribution excess kurtosis.
ESLint plugin that adds custom linting rules to enforce best practices when using Zod
Promised wrapper for node fs module with usefull additional set of functions.
Vendored dependencies for Victory
Filter an array of objects
A calculation npm module that is to simplify the calculation of permutations and combinations
A collection of utilities for JavaScript arrays
Create an array of the owned/enumerable keys of an input object.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
TypeScript definitions for secure-random
match capture groups and return index
Return the minimum value.
Design tokens as CSS custom properties and JSON for tooling
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
TypeScript definitions for sorted-array-functions
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.