UNPKG

@cdwr/nx-migrate-action

Version:

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

3 lines (2 loc) 146 B
import type { MigrateConfig } from './types'; export declare const runMigration: (config: MigrateConfig, latestVersion: string) => Promise<void>;