JSON.parse with bigints support
Various helper utilities for working with buffers and binary data
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Array manipulation, ordering, searching, summarizing, etc.
remove items from a javascript array without generating memory garbage
Generate valid JSON data from JSON Schema definitions
Check if an array can store floats
Pure-JS CRC-32
Turn an array into chunks of n-size
Compare alphanumeric strings the same way a human would, using a natural order algorithm
An iterator to iterate an array in random order with controls to requeue or dequeue elements during the iteration
Define complex binary structures using composable primitives
Codecs for numbers of different sizes and endianness
Generates an array of consecutive integers starting at 0
**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)
Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
pure js binary search for sorted javascript arrays||array like objects. returns any || last || first || closest matched key for value, or slice between 2 values where values need not exist.
Test if a finite double-precision floating-point number is an integer.
Computes the L2 norm (Euclidean norm) of an array of values.
An ordering for sets of integers
Circular fixed size array
Interactive react component for displaying javascript arrays and JSON objects.
Concatenates two arrays, removing duplicates in the process and returns one array with unique values.