General-purpose string operations.
General-purpose number operations.
General-purpose array operations.
General-purpose structural operations.
Asynchronous execution utilities.
Unique value allocation.
Bulk content storage.
Composable comparison functions.
Composable value validators.
Type-safe discriminated union switching.
Type-safe immutable state management.
RFC 3987 resource identifiers.
BCP 47 language tags and RFC 4647 basic language ranges.
XSD 1.1 datatype identifiers.
RFC 4648 base64 encoders and decoders
*
Provides a symmetric encoder/decoder pair (encodeBase64, decodeBase64) for carrying arbitrary
Unicode text as base64, either in the standard alphabet of RFC 4648 § 4 or in the URL-safe variant of RFC 4648 § 5.
Wraps the standard btoa /
atob primitives, addressing two limitations that
make them unsuitable on their own for Unicode and URL-bound text:
Core types, guards, and utilities.