immutable-plugin-system - v0.3.0
    Preparing search index...

    Type Alias ImmutablePlugins<P>

    ImmutablePlugins: Readonly<Record<PluginURN, P>>

    Type representing a record of plugins mapped by their URNs. This type is used to define collections of plugins for the host.

    Type Parameters