2026-05-31 13:54:31 +02:00

5 lines
139 B
TypeScript

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