No description provided.
Remove duplicate values from an array. Fastest ES5 implementation.
ESLint configuration used by Create React App
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
An eslint config for React bugs, jsx accessibility, and no styling
Full CSS support for JSX without compromises
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Works like String.prototype.replace but outputs an array. Useful for replacing parts of the string with objects of other types.
This module calculate Min, Max, Avg, % of standard deviation, median, quartiles, range and histogram from an array
JS/TS array utils.
Calculate the sum of strided array elements using pairwise summation.
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
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Polyfills for various browsers including commonly used language features
`Array#forEach()` but it’s possible to define where to move to next
TypeScript type definitions for Secure Scuttlebutt
Add a __self prop to all JSX Elements
Add a __source prop to all JSX Elements
React multiselect dropdown component with search and various features
Calculate and display the sum of msg.payload in a bar chart.
The simplest way to add routing to your React app
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.