Function: getDevToolsRegistry()
getDevToolsRegistry():
AmnesiaDevToolsRegistry|null
Defined in: devtools.ts:149
Lazy-install the global registry. Idempotent — repeated calls return the existing instance.
Returns null only when no global object is reachable (which should not
happen in any modern runtime).
Returns
AmnesiaDevToolsRegistry | null