Files
dynamic-badges-action/node_modules/@actions/http-client/proxy.d.ts
Simon Schneegans ed18a71a87 🎉 Initial commit
2020-08-15 12:02:21 +02:00

5 lines
197 B
TypeScript

/// <reference types="node" />
import * as url from 'url';
export declare function getProxyUrl(reqUrl: url.Url): url.Url | undefined;
export declare function checkBypass(reqUrl: url.Url): boolean;