UNPKG

@agendize/az-i18n

Version:
8 lines 250 B
import { Locale } from "../index"; export declare function unFlatTranslations(locale: Locale): { [key: string]: any; }; export declare function flatTranslations(locale: Locale): { [key: string]: any; }; //# sourceMappingURL=jsonUtils.d.ts.map