Showing 21-40 of 125,827 packages
Robustly get the length of a Typed Array
Reduce an array to unique values, optionally into a separate array.
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.
Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.
React PureComponent implementation embracing Immutable.js
OData v4 query builder that uses a simple object-based syntax similar to MongoDB and js-data
Parse postgres array columns
A convenient way to return a JSX fragment without the wrapping `div` element and not worry about the version of React.
PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.
Flatten nested arrays
Run an array of functions in parallel
Compare, format, diff and serialize any JavaScript value
A blazing-fast equality comparison utility for a variety of use-cases
Create an array of unique values, in order, from the input arrays
Guarantees an array back
The semantic version parser used by vlt
Minimal async jobs utility library, with streams support
Support for representing 64-bit integers in JavaScript
Create an array without duplicates
Remove duplicate values from an array. Fastest ES5 implementation.