UNPKG

@pnpm/plugin-commands-publishing

Version:
5 lines (4 loc) 246 B
export declare function isGitRepo(): Promise<boolean>; export declare function getCurrentBranch(): Promise<string>; export declare function isWorkingTreeClean(): Promise<boolean>; export declare function isRemoteHistoryClean(): Promise<boolean>;