UNPKG

@redocly/respect-core

Version:
9 lines 427 B
import type { Dispatcher } from 'undici'; import type { Har } from 'har-format'; export declare function handleRequest({ input, handler, harLog, isUndici, }: { input: Request | Dispatcher.DispatchOptions; handler: Dispatcher.DispatchHandlers | NodeJS.EventEmitter; harLog?: Map<string, Har>; isUndici?: boolean; }): Dispatcher.DispatchHandlers | NodeJS.EventEmitter; //# sourceMappingURL=handle-request.d.ts.map