mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 11:49:30 +08:00
2 lines
112 B
Text
2 lines
112 B
Text
export declare function trim_start(str: string): string;
|
|
export declare function trim_end(str: string): string;
|