UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

5 lines (4 loc) 222 B
import { AnyObject } from "../../index.d"; export declare type KeyModifier = (key: string) => string; export declare function dump(object: AnyObject): AnyObject; export declare function load(object: AnyObject): AnyObject;