UNPKG

@elsikora/cladi

Version:

Zero-dependency TypeScript DI toolkit with typed tokens and scoped lifecycles.

5 lines 199 B
import type { IProviderBase } from './provider-base.interface'; export interface IValueProvider<T> extends IProviderBase<T> { useValue: T; } //# sourceMappingURL=value-provider.interface.d.ts.map