Files
Lorenzo Lewis c8a2d67af1 commit node modules
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
2023-08-30 20:53:15 +01:00

3 lines
126 B
TypeScript

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