Type Alias Factory<V>

Factory<V>: ((container: Container) => V)

A function that provides a value.

Type Parameters

  • V