UNPKG

143 BTypeScriptView Raw
1import { MatchError } from "./match-error";
2export declare class TestTimeoutError extends MatchError {
3 constructor(testTimeout: number);
4}