@sap-ux/i18n
Version:
Library for i18n
10 lines • 307 B
TypeScript
import type { I18nBundle } from '../../types';
/**
* Convert CSV content to i18n bundles.
*
* @param text csv text
* @param filePath file path of csv text
* @returns i18n bundles
*/
export declare function csvToI18nBundle(text: string, filePath?: string): I18nBundle;
//# sourceMappingURL=csv.d.ts.map