UNPKG

@sap-ux/i18n

Version:
10 lines 309 B
import type { I18nBundle } from '../../types'; /** * Convert json text to i18n bundles. * * @param text json text * @param filePath file path of json text * @returns i18n bundles */ export declare function jsonToI18nBundle(text: string, filePath?: string): I18nBundle; //# sourceMappingURL=json.d.ts.map