UNPKG

@ikona/cli

Version:
7 lines (4 loc) 183 B
import { Config } from 'svgo'; declare const defaultSVGOConfig: Config; declare function optimize(output: string, options?: Config): string; export { defaultSVGOConfig, optimize };