.
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { ProxyServer } from './types';
|
||||
import type { FetchHandler } from './fetch-api';
|
||||
export declare function createProxyServer({ onFetch, }: {
|
||||
onFetch?: FetchHandler;
|
||||
}): Promise<ProxyServer>;
|
||||
Reference in New Issue
Block a user