UNPKG

@anzerr/inject.ts

Version:

Dependency injection decorator

4 lines (3 loc) 139 B
import 'reflect-metadata'; declare const Injectable: (...args: any[]) => (target: Record<string, any>) => void; export default Injectable;