Minimal async jobs utility library, with streams support
Create an array without duplicates
Remove duplicate values from an array. Fastest ES5 implementation.
No description provided.
[](https://badge.fury.io/js/%40lhci%2Futils)
Fast JavaScript array sorting by implementing Python's Timsort algorithm
[](https://badge.fury.io/js/%40lhci%2Fcli)
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
`Array#forEach()` but it’s possible to define where to move to next
Turn anything into an array
Loop over each item in an array and call the given function on every element.
Stringify your JSON at max speed
Estimate points on a bezier curve or a set of connexted bezier curves
Generate random numbers from various distributions.
Robust, extensible profanity filter.
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
A jest reporter that generates junit xml files
utilities for primitive JavaScript types
Array utils
A draggable and resizable React Component
memlab API
A library for filtering JavaScript objects based on a json SQL-like language, jsql
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
Concatenate a readable stream's data into a single array