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

5 lines (4 loc) 169 B
/** * Attempts to detect whether this repository is a multi-package monorepo. */ export declare function detectIfMonorepo(cwd?: string): Promise<boolean | undefined>;