Concatenate ArrayBuffers
concatenative mapdashery
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Encode/decode base64 data into ArrayBuffers
Super-minimalist version of `concat-stream`. Less than 15 lines!
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
writable stream that concatenates strings or binary data and calls a callback with the result
Create an ArrayBuffer instance from a Data URI string
Concatenate file contents with a custom separator and generate a source map
Get an ArrayBuffer from a Buffer as fast as possible
TypeScript definitions for concat-stream
Turn a string into an ArrayBuffer by using the UTF8 encoding.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Encode/decode base64 data into ArrayBuffers
Utils for managing and manipulating ESLint flat config arrays
Concatenate files.
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Immutable ArrayBuffer (the shim!)
A Minipass stream that collects all the data into a single chunk
concatenate multiple files
Convert Buffer to ArrayBuffer
Framework-independent loaders for 3D graphics formats
Encode/decode base64 data into ArrayBuffers
Check TypeScript type definitions