pretty.d.cts 141 B

123456
  1. /**
  2. * Prettify SVG
  3. */
  4. declare function prettifySVG(content: string, tab?: string, depth?: number): string | null;
  5. export { prettifySVG };