Type alias PluginContainerModuleLoader

PluginContainerModuleLoader: ((module) => PluginApiCache<object> | undefined)

A function that loads a PluginContainerModule exported by a plugin's entry-point script, returning the per-Container cache of its exported API instances if the module has an API factory registered.

Type declaration