Type helper to allow referencing Provided constructors as new-able targets. Used and intended to be used in conjunction with the Provider decorator.
new
Provider
Instance type of the registered class constructor.
Enforced constructor contract.
Rest
The default class constructor rest parameter.
Readonly
Enforced provider contract.
Generated using TypeDoc
Type helper to allow referencing Provided constructors as
new
-able targets. Used and intended to be used in conjunction with the Provider decorator.See
Provider