UNPKG

@cdwr/nx-migrate-action

Version:

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

6 lines (5 loc) 132 B
/** * Get the current/last commit sha * @returns Current sha */ export declare const getCurrentCommitSha: () => Promise<string>;