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 | |
---|
1 | import Dispatcher from "./dispatcher";
|
---|
2 |
|
---|
3 | export 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 |
|
---|
13 | export declare class DecoratorHandler implements Dispatcher.DispatchHandlers {
|
---|
14 | constructor(handler: Dispatcher.DispatchHandlers);
|
---|
15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.