UNPKG

@sap-ux/i18n

Version:

Library for i18n

10 lines 310 B
import type { I18nBundle } from '../../types.js'; /** * 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