release-checker
Version:
Check your release before publishing
9 lines (8 loc) • 424 B
TypeScript
export declare function gitIsInstalled(): boolean;
export declare function headIsDetached(): boolean;
export declare function headIsNotDetached(): boolean;
export declare function getCurrentBranch(): string;
export declare function getUntrackedFiles(): string[];
export declare function getUncommitedFiles(): string[];
export declare function getLatestTag(): string;
export declare function getLatestTaggedCommit(): string;