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.
Check if only value is present in array.
Check if array includes an item using `deep-equal`
Simple dependency graph.
Polyfill of future proposal for `util.parseArgs()`
🐊Putout plugin adds ability to convert indexOf to includes
Framework-independent loaders for 3D graphics formats
No description provided.
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.
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the length of a Typed Array
Robustly get the byte offset of a Typed Array
Is this value a JS SharedArrayBuffer?
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the byte length of a Typed Array
General purpose glob-based configuration matching.
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.
Determine whether or not a value is contained by a given collection.
Parse postgres array columns
JavaScript utilities for Vega.