Files
impact/backendia/dashboard/node_modules/next/dist/next-devtools/server/attach-nodejs-debugger-middleware.d.ts

3 lines
202 B
TypeScript

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