25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

TimeoutError.d.ts 173 B

3 yıl önce
12345678910
  1. /**
  2. * An error thrown when duetime elapses.
  3. *
  4. * @see {@link timeout}
  5. *
  6. * @class TimeoutError
  7. */
  8. export declare class TimeoutError extends Error {
  9. constructor();
  10. }