Showing 21-40 of 114,294 packages
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
get a unique key for an object ( mainly for react's key={} )
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
弱い表現を禁止するtextlintルール
Parse postgres array columns
Flatten nested arrays
Run an array of functions in parallel
Create an array of unique values, in order, from the input arrays
Guarantees an array back
TypeScript definitions for weak-napi
Minimal async jobs utility library, with streams support
IterableWeakSet, IterableWeakMap, and WeakValueMap provide iterable weak collections whose entries disappear automatically when their objects are garbage collected—perfect for caches and registries in any JavaScript runtime.
Create an array without duplicates
Remove duplicate values from an array. Fastest ES5 implementation.
Create an array with values that are present in the first input array but not additional ones
bounded-size caches having WeakMap-compatible methods
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.