UNPKG

@sap-ux/i18n

Version:

Library for i18n

11 lines 306 B
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