UNPKG

@featurevisor/core

Version:

Core package of Featurevisor for Node.js usage

9 lines (8 loc) 213 B
export interface RepoDetails { branch: string; remoteUrl: string; blobUrl: string; commitUrl: string; topLevelPath: string; } export declare function getRepoDetails(): RepoDetails | undefined;