get the tail of an array
Yet Another Linked List
tail a file in node
A node.js version of unix's `tail -f` command
Array manipulation, ordering, searching, summarizing, etc.
Gets values except first.
Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.
diff and patch arrays.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Gets values except first.
A simple list of possible Typed Array names.
Robustly get the byte offset of a Typed Array
Is this value a JS ArrayBuffer?
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Umbrella package for agent-tail — pipes browser console logs to files on disk during development.
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the length of a Typed Array
General purpose glob-based configuration matching.
Core utilities for agent-tail log capture plugins.
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.