UNPKG

120 BTypeScriptView Raw
1declare class TimeoutError extends Error {
2 constructor(util: Function, timeout: number);
3}
4export { TimeoutError };