visx delaunay
A useful helper for any javascript program
Array manipulation, ordering, searching, summarizing, etc.
Fractional index library with jittering and generator
Generate contour lines from a grid of data.
Provides functions for detecting if the host environment supports the WebCrypto API
Safe defaults for cssnano which require minimal configuration.
Statistical routines and probability distributions.
提供陣列去重的工具函式,包含 indexOf 和 Set 兩種實現方式 / Provides array deduplication utilities with indexOf and Set implementation methods
node.js through stream that emits a unique stream of objects based on criteria
math-random is an isomorphic, drop-in replacement for `Math.random` that uses cryptographically secure random number generation, where available
An easy-to-use wildcard globbing library.
Concatenates two arrays, removing duplicates in the process and returns one array with unique values.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Get the index of the first element in an array that returns truthy for the given value, using strict equality for comparisons.
A simple list of possible Typed Array names.
TypeScript definitions for mersenne-twister
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Convert data to float32 array or get float32 fractions
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.