UNPKG

@process-engine/ci_tools

Version:
3 lines (2 loc) 191 B
export declare function previousStableVersion(currentVersionTag: string, gitTagList: string): string | null; export declare function getSortedListOfAllVersions(gitTagList: string): string[];