UNPKG

@decorators/di

Version:

node decorators - decorators for dependency injection

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