Class SingletonClassSyncFactory<T, M>

A factory that creates a single instance of a class.

Type Parameters

Implements

Constructors

Properties

hooks: Map<keyof SingletonClassSyncFactoryHooks<T, M>, Set<Function>> = ...
module: M
value?: T

Methods