Urara-Blog/node_modules/.pnpm-store/v3/files/d3/e5aab1ce73eeccdb2db400618e46e2ae507f78ff78f996cc812b99dd4acdcece290a8e5d3b81429d54397a3ca5d083dfda46eecc7181edc51020f6053d3ab6
2022-08-14 01:14:53 +08:00

6 lines
97 B
Text

/**
* Remove whitespace
*/
declare function trimSVG(str: string): string;
export { trimSVG };