mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2025-08-22 21:59:07 +08:00
3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
export declare function getProxyUrl(reqUrl: URL): URL | undefined;
|
|
export declare function checkBypass(reqUrl: URL): boolean;
|