Variables
Const undefinedPriority
undefinedPriority: number = ...
Const pluggerIdentifier
pluggerIdentifier: unique symbol = ...
Const pluginProps
pluginProps: unique symbol = ...
Const loaderProps
loaderProps: unique symbol = ...
Const listenerProps
listenerProps: unique symbol = ...
Const asyncProps
asyncProps: unique symbol = ...
Const errorTypes
errorTypes: { RequirementError: typeof RequirementError; ConflictError: typeof ConflictError; LoadError: typeof LoadError; InitializeError: typeof InitializeError } = ...
Type declaration
RequirementError: typeof RequirementError
ConflictError: typeof ConflictError
LoadError: typeof LoadError
InitializeError: typeof InitializeError