UNPKG

proxydi

Version:

A typed hierarchical DI container that resolves circular dependencies via Proxy

3 lines (2 loc) 179 B
import { DependencyId, IProxyDiContainer } from './types'; export declare function makeConstructorDependencyProxy<T>(container: IProxyDiContainer, dependencyId: DependencyId): T;