A utility to determine if a value is an array
A utility that normalizes an address string for ease of parsing
A parser to find where a directional name or abbreviation is in a string
Is this value a JS ArrayBuffer?
An address parser for American and Canadian addresses that breaks down the provided address into its component parts
Is this value a JS SharedArrayBuffer?
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Array manipulation, ordering, searching, summarizing, etc.
General purpose glob-based configuration matching.
Robustly get the byte offset of a Typed Array
A utility to convert accented characters to non-accented equivalents
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
Run an array of functions in parallel
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.
A collection of address utilities and parsers
Lazy-evaluating list of files, based on globs or regex patterns
utilities for primitive JavaScript types
A utility to determine if a value is a Plain Old Java Object (a non-null serializable JSON object)
A utility to determine if a value is a non-null JavaScript object
Swedish invoice no generator
`Array#forEach()` but it’s possible to define where to move to next
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.