Files
github-action-setup-xmake/node_modules/@actions/http-client/proxy.d.ts
T
OpportunityLiu 755d0b485b add modules
2020-03-20 20:40:54 +08: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;