UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

5 lines (4 loc) 152 B
import ExtendoError from "extendo-error"; export declare class InvalidTimeoutValueError extends ExtendoError { constructor(timeoutValue: string); }