No description provided.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
A tiny plugin to replace package imports with better native code.
Speed up your package installation process, reduce your disk usage, extend the lifespan of your precious SSD by reducing your node_modules size.
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.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Like _.includes but with wildcards
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 byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array