UNPKG

@anzerr/inject.ts

Version:

Dependency injection decorator

4 lines (3 loc) 184 B
import 'reflect-metadata'; declare const Inject: (dep: (() => Record<string, any>) | Record<string, any>) => (target: any, key: string, index?: number) => void; export default Inject;