mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-08 21:17:30 +00:00
Update node_modules
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
||||
/// <reference types="node" />
|
||||
import * as url from 'url';
|
||||
export declare function getProxyUrl(reqUrl: url.Url): url.Url;
|
||||
export declare function getProxyUrl(reqUrl: url.Url): url.Url | undefined;
|
||||
export declare function checkBypass(reqUrl: url.Url): boolean;
|
||||
|
||||
Reference in New Issue
Block a user