UNPKG

next

Version:

The React Framework

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