Sha256: 11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb
Contents?: true
Size: 447 Bytes
Versions: 31
Compression:
Stored size: 447 Bytes
Contents
import Dispatcher from "./dispatcher"; export declare class RedirectHandler implements Dispatcher.DispatchHandlers { constructor( dispatch: Dispatcher, maxRedirections: number, opts: Dispatcher.DispatchOptions, handler: Dispatcher.DispatchHandlers, redirectionLimitReached: boolean ); } export declare class DecoratorHandler implements Dispatcher.DispatchHandlers { constructor(handler: Dispatcher.DispatchHandlers); }
Version data entries
31 entries across 31 versions & 4 rubygems