fix, length, array, list, unmutable
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the length of a Typed Array
Lazy-evaluating list of files, based on globs or regex patterns
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
No description provided.
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Robustly get the byte length of a Typed Array
Rope-based persistent sequence type
utilities for primitive JavaScript types
Maximum length for a typed array.
Maximum length for a generic array.
Set a function's length property
The smallest and simplest JavaScript priority queue
Matches strings against configurable strings, globs, regular expressions, and/or functions
Solidity bytes tightly packed arrays utility library.
Return the maximum length of array in JavaScript.
Get the byteLength out of a DataView, robustly.
Flowtype linting rules for ESLint.
Translation between JavaScript values and Buffers
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
Uint8Array.
Uint32Array.
Parses fixed length files into arrays
Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B+ tree, or fixed-length array.
Generates random mixes of numbers and letters of fixed length, usable as UUIDs. Now supports Arrays as an argument type for lean. Also has a instance-based interfaced, you now have to do: gid = GID.new; gid.generate