UNPKG

egg-ts-helper

Version:
8 lines (7 loc) 225 B
declare class InitCommand implements SubCommand { description: string; options: string; run(_: any, { args, cwd }: SubCommandOption): Promise<void>; } declare const _default: InitCommand; export default _default;