Files
Andreas Gohr 3fc1982780 first working version
This now basically does what the old travis.sh file did
2023-08-24 21:39:08 +02:00

3 lines
126 B
TypeScript

export declare function getProxyUrl(reqUrl: URL): URL | undefined;
export declare function checkBypass(reqUrl: URL): boolean;