UNPKG

@sap-ux/i18n

Version:

Library for i18n

9 lines 210 B
import type { Token } from '../types.js'; /** * Tokenize text. * * @param text text * @returns list of tokens */ export declare function tokenize(text: string): Token[]; //# sourceMappingURL=index.d.ts.map