Skip to content

Configuration

Validate configuration before session creation:

ts
import {
  mergeBrowserLifecycleConfig,
  validateBrowserLifecycleConfig,
} from "@jayoncode/browser-lifecycle";

const config = mergeBrowserLifecycleConfig(defaults, input);
validateBrowserLifecycleConfig(config);

Mutating resolved configuration objects returned from a running session.

Playground

Use the Configuration Playground to preview effective settings.

An ecosystem of independent, headless TypeScript libraries engineered for modern web development. Every package includes interactive playgrounds and documentation that evolves alongside the code.