3 lines
112 B
Plaintext
3 lines
112 B
Plaintext
export declare function trim_start(str: string): string;
|
|
export declare function trim_end(str: string): string;
|