UNPKG

203 BTypeScriptView Raw
1import "reflect-metadata";
2export declare function AsyncTest(description?: string): (target: object, propertyKey: string, descriptor?: TypedPropertyDescriptor<(...args: any[]) => Promise<any>>) => void;