Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 2 KB

File metadata and controls

34 lines (27 loc) · 2 KB

API Modules Index

README -> API Index -> Modules Index

Each module page provides:

  • module purpose and source path
  • exported functions with short descriptions
  • links to individual function reference pages

Modules

  • lib._boot - Environment bootstrap helpers for root resolution and lib._env installation.
  • lib._http - Low-level XHR transport helpers used by bootstrap/runtime internals.
  • lib.args - Arguments-object slicing and positional argument parsing utilities.
  • lib.array - Array coercion and manipulation helpers for list normalization workflows.
  • lib.bool - Explicit boolean intent detection and conversion helpers.
  • lib.func - Function lookup, wrapping, and composition helpers.
  • lib.hash - Plain-object utilities for deep path access, transforms, and filtering.
  • lib.number - Numeric coercion and bounded conversion helpers.
  • lib.require - Dependency-gate helpers for required library paths and services.
  • lib.service - In-memory service registry with conventional start/stop dispatch.
  • lib.str - String coercion and lightweight text utility helpers.
  • lib.utils - Cross-module normalization aliases plus shared classification helpers.
  • lib.dom - DOM element resolution, attribute/property access, and helper entrypoints.
  • lib.dom.create - DOM element factory helpers for scripts, styles, and generic nodes.
  • lib.dom.append - DOM insertion and replacement helpers with position-based placement.
  • lib.dom.form - Form collection and lightweight submit orchestration helpers for DOM forms.
  • lib.dom.transform - Declarative DOM mapping helpers for subtree and list data transforms.

Related