Files
satshkd-vercel/node_modules/@actions/http-client/proxy.d.ts
2022-03-20 22:24:01 -07:00

3 lines
126 B
TypeScript

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