Takes a grid of values (GeoJSON format) and a set of threshold ranges. It outputs polygons that group areas within those ranges, effectively creating filled contour isobands.
JavaScript sprintf implementation
render domhandler DOM nodes to a string
A tiny, faster alternative to native Array.prototype.every
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
An alias package for `crypto.randomBytes` in Node.js and/or browsers
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Returns an array of all tabbable DOM nodes within a containing node.
A simple list of possible Typed Array names.
No description provided.
Rescale an array into a range
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Parse and stringify JSON with comments. It will retain comments even after saved!
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
Runs a list of async tasks, passing the results of each into the next one
Get the ArrayBuffer out of a TypedArray, robustly.
Generate contour lines from a grid of data.
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.