UNPKG

@neiderruiz/translate-files

Version:

Internationalize and manage your website easily with (CSV or JSON to i18n)

4 lines (3 loc) 233 B
import { TypeSimpleJson } from "../types/types"; import { ConfigOptions } from "./translate-file-csv"; export declare const saveWithLevels: (jsonObj: TypeSimpleJson[], folderSave: string, config?: ConfigOptions) => Promise<unknown>;