Variable globalRegistryConst

globalRegistry: GlobalRegistry = ...

Export a singleton global registry for all code to share.

Exporting an instance here guarantees that all code that import it will get the same instance.