UNPKG

next

Version:

The React Framework

3 lines (2 loc) 201 B
import type { ServerResponse, IncomingMessage } from 'http'; export declare function getDisableDevIndicatorMiddleware(): (req: IncomingMessage, res: ServerResponse, next: () => void) => Promise<void>;