Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
JSON parse & stringify that supports binary via bops & base64
split a buffer by another buffer. think String.split()
A pure javascript CRC32 algorithm that plays nice with binary data
Split buffers and streams into smaller chunks
Convert a typed array to a Buffer without a copy
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Standard utilities.
minimal implementation of a PassThrough stream
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Source code handling classes for webpack
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
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
Create an ArrayBuffer instance from a Data URI string
a Buffer who didn't believe it enough
A minimal base64 implementation for number arrays.
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
return whether two buffers are equal
General utilities for plugins to use
AudioBuffer ponyfill with operations toolkit
Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
RFC9562 UUIDs
TypeScript definitions for buffer-split