@redocly/respect-core
Version:
API testing framework core
9 lines • 427 B
TypeScript
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