UNPKG

astx

Version:

super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring

8 lines (7 loc) 171 B
import { CommandModule } from 'yargs'; declare type Options = { file?: string; style?: string; }; declare const init: CommandModule<Options>; export default init;