UNPKG

@design-automation/mobius-inline-funcs

Version:
9 lines (8 loc) 272 B
/** * Removes whitespace from the left 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 strTrimL(str: string | string[]): string | string[];