@metreeca/core - v0.9.22
    Preparing search index...

      @metreeca/core - v0.9.22

      Modules

      index

      Core types, guards, and utilities.

      strings

      General-purpose string operations.

      numbers

      General-purpose number operations.

      arrays

      General-purpose array operations.

      structures

      General-purpose structural operations.

      async

      Asynchronous execution utilities.

      scope

      Unique value allocation.

      bucket

      Bulk content storage.

      order

      Composable comparison functions.

      trace

      Composable value validators.

      relay

      Type-safe discriminated union switching.

      state

      Type-safe immutable state management.

      resource

      RFC 3987 resource identifiers.

      language

      BCP 47 language tags and RFC 4647 basic language ranges.

      datatype

      XSD 1.1 datatype identifiers.

      base64

      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: