UNPKG

@yolkai/nx-workspace

Version:

Extensible Dev Tools for Monorepos

18 lines (17 loc) 385 B
export declare const packagesWeCareAbout: string[]; export declare const report: { command: string; describe: string; builder: (yargs: any) => any; handler: typeof reportHandler; }; /** * Reports relevant version numbers for adding to an Nx issue report * * @remarks * * Must be run within an Nx workspace * */ declare function reportHandler(): void; export {};