diff options
Diffstat (limited to 'node_modules/@actions/http-client/lib/proxy.d.ts')
-rw-r--r-- | node_modules/@actions/http-client/lib/proxy.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/@actions/http-client/lib/proxy.d.ts b/node_modules/@actions/http-client/lib/proxy.d.ts new file mode 100644 index 0000000..4599865 --- /dev/null +++ b/node_modules/@actions/http-client/lib/proxy.d.ts @@ -0,0 +1,2 @@ +export declare function getProxyUrl(reqUrl: URL): URL | undefined; +export declare function checkBypass(reqUrl: URL): boolean; |