Encode/decode Base64URL data into ArrayBuffers
Determines if an object can be used as an array
Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.
Easy error subclassing and stack customization
For encoding to/from base64urls
Simply swizzle your arguments
Encode/decode base64 data into ArrayBuffers
parse string escapes (\n, \r, etc.)
TypeScript definitions for color
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Create an ArrayBuffer instance from a Data URI string
pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.
Get an ArrayBuffer from a Buffer as fast as possible
JavaScript library for consuming Qlik backend services
Turn a string into an ArrayBuffer by using the UTF8 encoding.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Strip ANSI escape codes from a string
Encode/decode base64 data into ArrayBuffers
Convert between string (including base64 and base64url), ArrayBuffer and Buffer.
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Utilities for encoding and decoding common formats like hex, base64, and varint. Ported from Deno's @std/encoding.
Immutable ArrayBuffer (the shim!)
Encode/decode "Base64url Encoding" format of JSON Web Signature (JWS) RFC7517.
Convert Buffer to ArrayBuffer