@sap-ux/i18n
Version:
Library for i18n
10 lines • 309 B
TypeScript
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