install-merlin32-action/node_modules/@actions/http-client/proxy.d.ts

5 lines
197 B
TypeScript
Raw Normal View History

2021-03-23 17:41:02 +00:00
/// <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;