Files
novarix.uk/node_modules/next/dist/server/lib/chrome-devtools-workspace.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

7 lines
354 B
TypeScript

import type { ServerResponse } from 'http';
import type { NextConfigRuntime } from '../config-shared';
export declare function isChromeDevtoolsWorkspaceUrl(pathname: string | undefined): boolean;
export declare function handleChromeDevtoolsWorkspaceRequest(response: ServerResponse, opts: {
dir: string;
}, config: NextConfigRuntime): Promise<void>;