UNPKG

di-tory

Version:

Compose applications with dependency injection

2 lines (1 loc) 88 B
export declare const ref: <T, M>(resolver: (module: M) => T) => (module: M) => () => T;