Turn a string of hexadecimal characters into an `ArrayBuffer`.
Create a MD5 hash with hex encoding
Is this value a JS ArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS SharedArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.
Convert a typed array to a Buffer without a copy
Hashing made simple. Get the hash of a buffer/string/stream/file.
Add support for more integer widths to Buffer
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Pretty-prints a Buffer
Turn an `ArrayBuffer` into a string of hexadecimal characters.
Postgres bytea parser
buffer operations
Bridging the gap between buffers and typed arrays
Translation between JavaScript values and Buffers
Create Uint8Array buffers from hexadecimal strings, and vice versa.
Runs (webpack) loaders
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
A simple module for bitwise-xor on buffers
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Source code handling classes for webpack
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order