@redocly/cli
Version:
[@Redocly](https://redocly.com) CLI is your all-in-one API documentation utility. It builds, manages, improves, and quality-checks your API descriptions, all of which comes in handy for various phases of the API Lifecycle. Create your own rulesets to make
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