Showing 1-20 of 773,530 packages
Stylable text tables, handling ansi colour. Useful for console output.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Minimal async jobs utility library, with streams support
Run an array of functions in parallel
Parse and stringify JSON with comments. It will retain comments even after saved!
Array manipulation, ordering, searching, summarizing, etc.
Formats data into a string table.
Curated collection of data structures for the JavaScript/TypeScript.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
render domhandler DOM nodes to a string
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
Matches strings against configurable strings, globs, regular expressions, and/or functions
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
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 SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Is this value a JS ArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.