lingjing/node_modules/next/dist/next-devtools/server/attach-nodejs-debugger-middleware.d.ts
2026-02-23 09:51:43 +00:00

3 lines
202 B
TypeScript

import type { ServerResponse, IncomingMessage } from 'http';
export declare function getAttachNodejsDebuggerMiddleware(): (req: IncomingMessage, res: ServerResponse, next: () => void) => Promise<void>;