encode/decode an array of integers as varints.
protobuf-style varint bytes - use msb to create integer values of varying sizes
efficiently store signed integers in varint
Read/write unsigned varints from Uint8Arrays and Uint8ArrayLists
TypeScript definitions for varint
Parse all the varints in a Buffer (for when there are varints everywhere)
Isomorphic Utils
a faster varint
buffer maker and parser for binary protocols
Unsigned Varint encoding and decoding, exposed as ESModule
Runtime library for code generated by the protoc plugin "protobuf-ts"
protobuf-style LEB128 varint codec library
Array manipulation, ordering, searching, summarizing, etc.
A small utility class to work with logically contiguous binary data split across multiple Buffer chunks.
A simple list of possible Typed Array names.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS ArrayBuffer?
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Robustly get the length of a Typed Array
Robustly get the byte offset of a Typed Array
Is this value a JS SharedArrayBuffer?
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Robustly get the byte length of a Typed Array