rag-context-optimizer / frontend /node_modules /next /dist /next-devtools /server /font /get-dev-overlay-font-middleware.d.ts
NITISHRG15102007's picture
Finalize submission checks and long inference output format
fea495a verified
Raw
History Blame Contribute Delete
196 Bytes
import type { ServerResponse, IncomingMessage } from 'http';
export declare function getDevOverlayFontMiddleware(): (req: IncomingMessage, res: ServerResponse, next: () => void) => Promise<void>;