A default value for the factory function
Rest
...args: ArgsA DependencyKey specifying dependencies of the factory function.
Since the factory returns synchronously, deps
must resolve synchronously as well.
If deps
cannot be resolved synchronously, consider AsyncFactoryKey.
A function that accepts the specified dependency followed by Args
Rest
...args: ArgsGenerated using TypeDoc
A specialized form of TypeKey that resolves a function of the form
(...args: Args) => T
.