Get an ArrayBuffer from a Buffer as fast as possible
Detect whether or not an object is an ArrayBuffer.
Exports a function for slicing ArrayBuffers (no polyfilling)
Encode/decode base64 data into ArrayBuffers
A msgpack encoder and decoder using ArrayBuffer and DataView
Get the ArrayBuffer out of a TypedArray, robustly.
Create an ArrayBuffer with the [raw bytes][javascript-encoding] from a String.
Turn a string into an ArrayBuffer by using the UTF8 encoding.
Turn a string of hexadecimal characters into an `ArrayBuffer`.
Convert base64/datauri/plain string to ArrayBuffer
Determines if two array buffers contain the exact same content
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Encode/decode base64 data into ArrayBuffers
Provides a function for detecting if an argument is an ArrayBuffer
Provides a function for detecting if an argument is an ArrayBuffer
Convert ArrayBuffer to string
Copies data between node Buffers and/or ArrayBuffers up to ~75 times faster than in pure JS.
Webpack loader that returns file contents as a ArrayBuffer
Immutable ArrayBuffer (the shim!)
Vite plugin for import file with ArrayBuffer or Uint8Array.