UNPKG

i18-fe-automator

Version:

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

7 lines (6 loc) 191 B
import type { StringObject } from '../../types'; /** * @example * 将{a: {bb: 1}} 转成 {'a.bb': 1} */ export declare function flatObjectDeep(data: StringObject): Record<string, string>;