UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

8 lines (7 loc) 289 B
export declare class StringUtils { private static _rtlChars; static insert(str: string, index: number, value: string): string; static containsRtlChars(str: string): boolean; static removeRtlChars(str: string): string; static toSingleLine(str: string): string; }