UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

5 lines (4 loc) 114 B
export interface SvgOptimizer { name: string; optimize: (contents: string) => string | Promise<string>; }