@feflow/cli
Version:
A front-end flow tool.
4 lines • 331 B
TypeScript
export declare function getTag(repoUrl: string, version?: string): Promise<string | undefined>;
export declare function getCurrentTag(repoPath: string): Promise<string | undefined>;
export declare function checkoutVersion(repoPath: string, version: string, lastVersion?: string): Promise<unknown>;
//# sourceMappingURL=git.d.ts.map