UNPKG

@daks.dev/svelte.sdk

Version:
5 lines (4 loc) 172 B
import type { Plugin } from 'vite'; import { type Options } from 'html-minifier-terser'; export declare const minify: (options?: Options) => Plugin; export default minify;