UNPKG

stepdad

Version:

Stupid simple and lightweight dependency injection

6 lines (4 loc) 140 B
import { Type } from '../interfaces/Type' export const Inject = (): ((target: Type<any>) => void) => { return (target: Type<any>) => {} }