Files
satshkd-vercel/node_modules/@actions/http-client/proxy.d.ts
github-actions 0a939bd428 generated
2022-03-21 07:06:55 +00:00

3 lines
126 B
TypeScript

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