UNPKG

i18-fe-automator

Version:

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

6 lines (5 loc) 278 B
import type { PluginItem } from '@babel/core'; declare type presetsType = PluginItem[] | undefined; declare type pluginsType = PluginItem[] | undefined; export declare function initParse(babelPresets?: presetsType, babelPlugins?: pluginsType): (code: string) => any; export {};