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