UNPKG

react-tiny-i18n

Version:

A tiny (~500B) i18n implementation for handling translations in React

4 lines (3 loc) 103 B
export declare function get(obj: { [k: string]: any; }, path: string, defaultValue?: any): any;