concat patch for Buffer in node < 0.8.
buffer concat helper
writable stream that concatenates strings or binary data and calls a callback with the result
Concatenate ArrayBuffers
TypeScript definitions for concat-stream
concatenative mapdashery
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Super-minimalist version of `concat-stream`. Less than 15 lines!
A Minipass stream that collects all the data into a single chunk
a simple realization of buffer concat
Concatenate file contents with a custom separator and generate a source map
Modern Buffer API polyfill without footguns
Safer Node.js Buffer API
Node.js Buffer API, for the browser
Native buffers for JavaScript
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS ArrayBuffer?
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Is this value a JS SharedArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.
Get the ArrayBuffer out of a DataView, robustly.
Determine if an object is a Buffer
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.