UNPKG

@hypermod/cli

Version:

To download and run codemods, we provide a CLI tool called @hypermod/cli.

7 lines (6 loc) 229 B
import { Config } from '@hypermod/types'; export declare function getPackageJson(): Promise<any>; export declare function fetchConfigsForWorkspaces(workspaces: string[]): Promise<{ filePath: string; config: Config; }[]>;