UNPKG

@design-automation/mobius-inline-funcs

Version:
9 lines (8 loc) 273 B
/** * Removes whitespace from the right end of a string. * \n * Overloaded. str can be one string or a list of strings. * @param str Input string. * @returns The modified string. */ export declare function strTrimR(str: string | string[]): string | string[];