UNPKG

next

Version:

The React Framework

4 lines (3 loc) 283 B
import type { ServerResponse, IncomingMessage } from 'http'; import type { Telemetry } from '../../../../telemetry/storage'; export declare function getNextErrorFeedbackMiddleware(telemetry: Telemetry): (req: IncomingMessage, res: ServerResponse, next: () => void) => Promise<void>;