UNPKG

@inversifyjs/core

Version:

InversifyJs core package

4 lines 271 B
import { ResolutionContext } from '../../resolution/models/ResolutionContext'; import { Resolved } from '../../resolution/models/Resolved'; export type DynamicValueBuilder<T> = (context: ResolutionContext) => Resolved<T>; //# sourceMappingURL=DynamicValueBuilder.d.ts.map