UNPKG

i18-fe-automator

Version:

前端代码提取中文并替换成$t函数

5 lines (4 loc) 223 B
import type { GeneratorResult } from '@babel/generator'; import type { transformOptions } from '../types'; declare function transformJs(code: string, options: transformOptions): GeneratorResult; export default transformJs;