setup-maven-cached/node_modules/@actions/http-client/proxy.d.ts
Kristofer Borgström (pnf370) dfb5e9e0e2 Update tool-cache to 1.3.1
2021-06-11 16:41:30 +02:00

3 lines
126 B
TypeScript

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