UNPKG

@cdwr/nx-migrate-action

Version:

The Nx Migrate GitHub Action will keep your workspace up to date.

8 lines (7 loc) 260 B
/** * Check if the feature branch exists on the remote. * * @param latestVersion Latest Nx version * @returns `true` if the branch exists, otherwise `false` */ export declare const existsFeatureBranchOnRemote: (latestVersion: string) => Promise<boolean>;