UNPKG

@cdwr/nx-migrate-action

Version:

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

3 lines (2 loc) 105 B
import { VersionInfo } from './types'; export declare function getNxVersionInfo(): Promise<VersionInfo>;