UNPKG

171 BTypeScriptView Raw
1import "reflect-metadata";
2export declare function Timeout(timeoutInMs: number): (target: object, propertyKey: string, descriptor?: TypedPropertyDescriptor<any>) => void;