mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-15 07:10:31 +00:00
3 lines
122 B
TypeScript
3 lines
122 B
TypeScript
/// <reference types="node" />
|
|
import * as url from 'url';
|
|
export declare function getProxyUrl(reqUrl: url.Url): url.Url;
|