@sap-ux/i18n
Version:
Library for i18n
11 lines • 306 B
TypeScript
import { FileFormat } from './types.js';
import type { ParseResult } from './types.js';
/**
* Parse text.
*
* @param text text
* @param format extension format
* @returns parse result
*/
export declare function parse(text: string, format: FileFormat): ParseResult;
//# sourceMappingURL=index.d.ts.map