UNPKG

@sap-ux/i18n

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