Files
infocom-systems-design/node_modules/@iconify/utils/lib/svg/trim.d.ts
2025-10-03 22:27:28 +03:00

5 lines
95 B
TypeScript

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