UNPKG

bump-cli

Version:

The Bump CLI is used to interact with your API documentation hosted on Bump.sh by using the API of developers.bump.sh

9 lines (8 loc) 223 B
export declare class Vars { get apiBasePath(): string; get apiUrl(): string; get envHost(): string | undefined; get host(): string; apiUserAgent(base: string): string; } export declare const vars: Vars;