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.

JOC is a JayOnCode monorepo of @jayoncode/* packages. Docs sync from source via TypeDoc and sync scripts.