UNPKG

stepdad

Version:

Stupid simple and lightweight dependency injection

3 lines (2 loc) 112 B
import { Type } from '../interfaces/Type'; export declare const dad: <T>(target: Type<any>) => [T, () => void];