From 9857fae4d1136ef2ebfeffaaaf6ba22e1015401a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 11 Dec 2022 15:42:38 +0100 Subject: upgrade actions/core --- node_modules/@actions/http-client/lib/proxy.d.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 node_modules/@actions/http-client/lib/proxy.d.ts (limited to 'node_modules/@actions/http-client/lib/proxy.d.ts') 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; -- cgit v1.2.3