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