source: imaps-frontend/node_modules/undici-types/handlers.d.ts

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 447 bytes
Line 
1import Dispatcher from "./dispatcher";
2
3export declare class RedirectHandler implements Dispatcher.DispatchHandlers {
4 constructor(
5 dispatch: Dispatcher,
6 maxRedirections: number,
7 opts: Dispatcher.DispatchOptions,
8 handler: Dispatcher.DispatchHandlers,
9 redirectionLimitReached: boolean
10 );
11}
12
13export declare class DecoratorHandler implements Dispatcher.DispatchHandlers {
14 constructor(handler: Dispatcher.DispatchHandlers);
15}
Note: See TracBrowser for help on using the repository browser.