astro-ghostcms/.pnpm-store/v3/files/d3/e5aab1ce73eeccdb2db400618e4...

7 lines
97 B
Plaintext

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