Power Assert output formatter
Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.
Call an array of promise-returning functions, restricting concurrency to a specified limit.
Return a function which tests if every element in an array-like object passes a test condition.
`[].reduce()` for old browsers
get arguments to a function as an array, withouth deoptimizing
Randomize the order of the elements in a given array.
Additional array extensions with a chainable api
Array#isArray for older browsers
`[].map(f)` for older browsers
TypeScript definitions for d3-array
Parse string into array of string elements
No description provided.
Utilities for executing code in Web Workers
JSON parse & stringify that supports binary via bops & base64
ESLint rules for controlling where and how mutation is used.
TypeScript definitions for earcut
A type checking library where each exported function returns either true or false and does not throw. Also added tests.
Create an error from an array of error messages
Align the text in a string.
Deprecated. Utilities for ES3, most of which have been adopted or superseded in ES5.1. Adapted from Douglas Crockford's Remedial JavaScript
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
Find the first element in an array that passes a callback test. Equivalent to underscore.find()