UNPKG

@issue-linker/core

Version:
7 lines 210 B
/** * Get the remote URL for origin * @returns Remote URL * @throws Error if no origin remote is found */ export declare function getGitRemoteUrl(): Promise<string>; //# sourceMappingURL=git-client.d.ts.map