Class SingletonClassAsyncFactory<T, M>

A factory that creates a single instance of a class.

Type Parameters

Implements

Constructors

Properties

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

Methods