UNPKG

next

Version:

The React Framework

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