UNPKG

@cdwr/nx-migrate-action

Version:

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

5 lines (4 loc) 106 B
/** * Fetch latest changes on remote */ export declare const fetchRemoteChanges: () => Promise<number>;