Skip to content

Function: ensureAiuiGlobal()

ensureAiuiGlobal(): AiuiGlobal | undefined

Defined in: aiui-global.ts:139

Install (or adopt) the global. Idempotent; safe anywhere including SSR (no window → undefined). An EXISTING tools surface is respected — adopt, don't clobber (the contract that once let the retired overlay's ws bridge coexist) — but a missing one gets the registry, so production pages carry it by default.

Returns

AiuiGlobal | undefined