source:
imaps-frontend/node_modules/undici-types/retry-agent.d.ts
Last change on this file was 79a0317, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 232 bytes |
Line | |
---|---|
1 | import Dispatcher from './dispatcher' |
2 | import RetryHandler from './retry-handler' |
3 | |
4 | export default RetryAgent |
5 | |
6 | declare class RetryAgent extends Dispatcher { |
7 | constructor(dispatcher: Dispatcher, options?: RetryHandler.RetryOptions) |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.