Get the ArrayBuffer out of a DataView, robustly.
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
JSON parse & stringify that supports binary via bops & base64
A pure javascript CRC32 algorithm that plays nice with binary data
The Interactive Extensions for JavaScript
The Interactive Extensions for JavaScript
Invokes the passed function for each item in an iterable
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
Determine if an object is a Buffer
ICO encoder and decoder library
Convert a typed array to a Buffer without a copy
`Promise.all` and `Promise.allSettled` with concurrency option and async iterable result
Calls async iterator next using a callback format
Run promise-returning & async functions concurrently with optional limited concurrency
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
Takes an async iterator and turns it into a browser readable stream
Source code handling classes for webpack
Iterable wrapper that add methods to read ahead or behind current item.
type AnyIterable<T>
Counts the number of items in an async iterable
Read an exact number of bytes from a binary (async) iterable
minimal implementation of a PassThrough stream