No description provided.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Array manipulation, ordering, searching, summarizing, etc.
Matches strings against configurable strings, globs, regular expressions, and/or functions
Lazy-evaluating list of files, based on globs or regex patterns
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.
Simple dependency graph.
Polyfill of future proposal for `util.parseArgs()`
Socket.dev optimized package override for array-includes
🐊Putout plugin adds ability to convert indexOf to includes
Framework-independent loaders for 3D graphics formats
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.
No description provided.
Robustly get the byte offset of a Typed Array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS SharedArrayBuffer?
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Like _.includes but with wildcards
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array