TimeoutError.d.ts 173 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 /** * An error thrown when duetime elapses. * * @see {@link timeout} * * @class TimeoutError */ export declare class TimeoutError extends Error { constructor(); }