Compute the Bessel function of the first kind of order one.
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.
PostHog Rollup plugin
Triangular distribution median.
Calculate the cumulative sum of strided array elements using an improved Kahan–Babuška algorithm.
Functions that surround a string with ansicolor codes so it prints in color.
Test if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
Fill a double-precision floating-point strided array with linearly spaced values over a specified interval.
Netlify command line tool
check if a source string is an es6 module
Convert Unicode characters to Latin characters using transliteration
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation and returning an extended precision result.
Triangular distribution standard deviation.
Trim whitespace characters from the end of a string.
Search and Rewrite code at large scale using precise AST pattern
Stitch MCP CLI helper. Automates Google Cloud authentication. Generates MCP config for your client. Sets up a proxy server.
Calculate the range of a strided array.
Remove the last UTF-16 code unit of a string.
Reads and caches the entire contents of a file until it is modified
Internationalized string formatting and locale negotiation
Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.
return list of CallSite objects from a captured stacktrace
Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.