DI Bag API / index / ProviderAcquisitionMetadata
Type Alias: ProviderAcquisitionMetadata<R>
ts
type ProviderAcquisitionMetadata<R> = ProviderBase extends R ? readonly unknown[] : R extends infer T & {} ? AcquisitionMetadataOf<T> : readonly unknown[];Defined in: provider.ts:109
Extract the ordered acquisition-frame metadata tuple exposed by inspection.
Type Parameters
| Type Parameter | Description |
|---|---|
R | - |
See
https://dany-fedorov.github.io/di-bag/guides/api-reference.html#provider-and-module-projections