UNPKG

stepdad

Version:

Stupid simple and lightweight dependency injection

3 lines (2 loc) 107 B
import { Type } from '../interfaces/Type'; export declare const Inject: () => (target: Type<any>) => void;