feat: initial commit
This commit is contained in:
13
node_modules/rxjs/internal/util/TimeoutError.d.ts
generated
vendored
Normal file
13
node_modules/rxjs/internal/util/TimeoutError.d.ts
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
export interface TimeoutError extends Error {
|
||||
}
|
||||
export interface TimeoutErrorCtor {
|
||||
new (): TimeoutError;
|
||||
}
|
||||
/**
|
||||
* An error thrown when duetime elapses.
|
||||
*
|
||||
* @see {@link operators/timeout}
|
||||
*
|
||||
* @class TimeoutError
|
||||
*/
|
||||
export declare const TimeoutError: TimeoutErrorCtor;
|
Reference in New Issue
Block a user