Files
github-action-setup-xmake/node_modules/@actions/http-client/proxy.d.ts
T
2020-03-31 19:08:21 +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;