Is this value a JS SharedArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS ArrayBuffer?
Get the ArrayBuffer out of a DataView, robustly.
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
JSON parse & stringify that supports binary via bops & base64
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
A pure javascript CRC32 algorithm that plays nice with binary data
A fork of atom editor's text-buffer. A container for large mutable strings with annotated regions
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
Determine if an object is a Buffer
Check if a buffer contains valid UTF-8
Convert a typed array to a Buffer without a copy
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Source code handling classes for webpack
minimal implementation of a PassThrough stream
Convert encodings, uses iconv-lite
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
A minimal base64 implementation for number arrays.
The underling text buffer used in VS Code/Monaco
Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.
Constant-time comparison of Buffers
return whether two buffers are equal
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.