NeahFront7/node_modules/next/dist/experimental/testmode/proxy/server.d.ts
2025-04-10 18:14:28 +02:00

6 lines
205 B
TypeScript

import type { ProxyServer } from './types';
import type { FetchHandler } from './fetch-api';
export declare function createProxyServer({ onFetch, }: {
onFetch?: FetchHandler;
}): Promise<ProxyServer>;