IOweb/node_modules/@iconify/utils/lib/svg/pretty.d.ts
2026-07-03 15:07:38 -05:00

6 lines
141 B
TypeScript

/**
* Prettify SVG
*/
declare function prettifySVG(content: string, tab?: string, depth?: number): string | null;
export { prettifySVG };