Files
Webklar.com/node_modules/next/dist/experimental/testmode/proxy/server.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01: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>;