UNPKG

@cdwr/nx-migrate-action

Version:

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

5 lines (4 loc) 124 B
/** * Discard any unstaged changes in the workspace. */ export declare const discardUnstagedChanges: () => Promise<void>;