Validates if a value is a numeric array in which no element exceeds a maximum value.
Validates if a value is an array.
Validates if a value is an integer array.
Validates if a value is a number.
Validates if a value is array-like.
Validates if a value is a number primitive, excluding NaN.
Validates if a value is an integer.
Validates if a value is a function.
Validates if a value is a string primitive.
Run an array of functions in parallel, but limit the number of tasks executing at the same time
Validates if a value is a nonnegative integer array.
Fill a polygon with lines
Rope-based persistent sequence type
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
JavaScript sprintf implementation
TypeScript definitions for d3-polygon
Matches strings against configurable strings, globs, regular expressions, and/or functions
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Validates if a value is a number primitive and an integer.
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the ArrayBuffer out of a TypedArray, robustly.