/opt/canhelp/node_modules/next/dist/server/lib
Edit: /opt/canhelp/node_modules/next/dist/server/lib/chrome-devtools-workspace.d.ts (418B)
import type { ServerResponse } from 'http';
import type { NextConfigComplete } from '../config-shared';
import type { NextUrlWithParsedQuery } from '../request-meta';
export declare function isChromeDevtoolsWorkspaceUrl(url: NextUrlWithParsedQuery): boolean;
export declare function handleChromeDevtoolsWorkspaceRequest(response: ServerResponse, opts: {
dir: string;
}, config: NextConfigComplete): Promise
;