UNPKG

@cdwr/nx-migrate-action

Version:

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

5 lines (4 loc) 106 B
/** * Stage all changes in the workspace. */ export declare const stageAllChanges: () => Promise<void>;