mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 22:49:29 +08:00
6 lines
97 B
Text
6 lines
97 B
Text
/**
|
|
* Remove whitespace
|
|
*/
|
|
declare function trimSVG(str: string): string;
|
|
|
|
export { trimSVG };
|