UNPKG

@neiderruiz/translate-files

Version:

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

3 lines (2 loc) 168 B
import { ObjectWithStringKeys } from "../types/types"; export declare const addKeyValueToObject: (object: ObjectWithStringKeys, keys: string[], value: string) => void;