UNPKG

@goatlab/fluent

Version:

Readable query Interface & API generator for TS and Node

2 lines (1 loc) 282 B
export declare function applyDecorators(...decorators: Array<ClassDecorator | MethodDecorator | PropertyDecorator>): <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;