Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Pipe an Array through Node.js streams
Return an array of all parent node_modules directories
Babel plugin to transpile import() to a deferred require(), for node
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Simply swizzle your arguments
A simple list of possible Typed Array names.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Server-side DOM implementation based on Mozilla's dom.js
Is this value a JS ArrayBuffer?
Unwrap a simple or nested observable into its plain old values
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte offset of a Typed Array
Is this value a JS SharedArrayBuffer?
Robustly get the length of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
An easy-to-use wildcard globbing library.
Robustly get the byte length of a Typed Array
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.
General purpose glob-based configuration matching.
TypeScript definitions for stream-array
An object with observable key value pairs
A debounced [observ](https://www.npmjs.com/package/observ) that will only notify every N milliseconds.
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.