UNPKG

@inversifyjs/core

Version:

InversifyJs core package

5 lines 622 B
export declare function decorate(decorators: ClassDecorator | ClassDecorator[], target: Function): void; export declare function decorate(decorators: ParameterDecorator | ParameterDecorator[], target: Function, parameterIndex: number): void; export declare function decorate(decorators: ParameterDecorator | ParameterDecorator[], target: Function, methodName: string | symbol, parameterIndex: number): void; export declare function decorate(decorators: MethodDecorator | PropertyDecorator | MethodDecorator[] | PropertyDecorator[], target: Function, property: string | symbol): void; //# sourceMappingURL=decorate.d.ts.map