UNPKG

@decorators/di

Version:

node decorators - decorators for dependency injection

3 lines (2 loc) 204 B
import { ClassConstructor, Injectable } from '../types'; export declare function Inject(injectable: Injectable): (target: ClassConstructor, _propertyKey: string | symbol, parameterIndex: number) => void;