trim.d.mts 97 B

123456
  1. /**
  2. * Remove whitespace
  3. */
  4. declare function trimSVG(str: string): string;
  5. export { trimSVG };