UNPKG

@better-builds/lets-version

Version:

A package that reads your conventional commits and git history and recommends (or applies) a SemVer version bump for you

6 lines (5 loc) 171 B
/** * Given a user-provided CWD, attempts to resolve * it if it's relative, or leaves it as-is if it's absolute */ export declare function fixCWD(cwd: string): string;