UNPKG

@awesome-fe/translate

Version:
10 lines (9 loc) 381 B
import { CommandBuilder } from 'yargs'; export declare const command = "check <sourceGlobs...>"; export declare const describe = "\u68C0\u67E5\u662F\u5426\u6709\u9057\u6F0F\u6216\u9519\u8BEF\u7684\u7FFB\u8BD1"; export declare const builder: CommandBuilder; interface Params { sourceGlobs: string[]; } export declare const handler: ({ sourceGlobs }: Params) => void; export {};