Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Node.js Buffer API, for React Native
Base64 for both node.js and browser javascript. It supports URL-safe encoding and enabling/disabling padding. Buffers can be implementedd using ArrayBuffer, any TypedArray, or Buffer
Immutable ArrayBuffer (the shim!)
Convert Buffer to ArrayBuffer
A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.
A fast Base64 decoder with a low level API. If you want a high level API, look at [base64-js](https://github.com/beatgammit/base64-js).
Base64 coder.
Utilities for encoding and decoding common formats like hex, base64, and varint. Ported from Deno's @std/encoding.
base64 encoder/decoder with UTF-8 support 📔
Framework-independent loaders for 3D graphics formats
pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.
A lightweight library that provides tools for organizing asynchronous code
MurmurHash3 x86 32-bit implemented in JavaScript.
Encode and decode quoted printable and base64 strings
Convert an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) to [base64](https://en.wikipedia.org/wiki/Base64)
A very basic base64 encode/decode that can be used by Typescript/JS applications.
A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.
ECMAScript 6 Symbol polyfill
Get the ArrayBuffer out of a DataView, robustly.
Convert between string (including base64 and base64url), ArrayBuffer and Buffer.
Base64 encoding and decoding
Base64 encoding and decoding helping util. Created for React Native but can be used anywhere
Test if a value is an ArrayBuffer.