A utility that splits a given string into chunks of a maximum size in bytes.
Get utf8 byte length of string
A minimal UTF8 implementation for number arrays.
Truncate string to given length in bytes
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.
No description provided.
Robustly get the byte length of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte offset of a Typed Array
Get the byteOffset out of a DataView, robustly.
Get the byteLength out of a DataView, robustly.
Framework-independent loaders for 3D graphics formats
A high-performance string compression library
A browser UTF-8 string <-> UInt8Array converter
utf8 to/from bytes codec (esm/cjs)
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
A Node.JS UTF-8 string <-> UInt8Array converter
Now stdin and stdout are files.
Parse EditorConfig-INI file contents into AST
Detect if a buffer is utf8 encoded.
a fast, efficient buffer writer
A transform stream which chunks incoming data into chunkSize byte chunks
Get all chunks of a stream
Convert a bytes or octets value (e.g. 34565346) to a human-readable string ('34.6 MB'). Choose between metric or IEC units.