@rws-air/utils
Version:
Utilities for rws-air libraries and applications
7 lines • 298 B
TypeScript
/**
* Split a text by its latest space character in a range from the character 0 to the selected one.
* @param str The text to split.
* @param length The length of the desired string.
*/
export declare function cutText(str: string, length: number): string;
//# sourceMappingURL=CutText.d.ts.map