UNPKG

@inversifyjs/core

Version:

InversifyJs core package

4 lines 456 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: MethodDecorator | PropertyDecorator | MethodDecorator[] | PropertyDecorator[], target: Function, property: string | symbol): void; //# sourceMappingURL=decorate.d.ts.map