Skip to content

index

@rogue/console-sdk — the curated root barrel (SDK_PLAN.md §5.2): the ONLY public root entry. Named exports only; every export documented at its declaration site (the TypeDoc pipeline fails on undocumented exports, §7). Internal plumbing (stores, engines, runtime wiring) is @internal and never re-exported here.

Subpath entries (./testing, ./units, ./storage/async-storage) carry their own barrels — nothing from them is re-exported at the root, keeping the root surface tree-shakeable and the test/demo tooling out of app bundles.