UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

13 lines (12 loc) 377 B
import { Context } from '../../core/Context'; /** * See https://github.com/asyncLiz/minify-html-literals after source input */ interface IPluginMinifyHtmlLiterals { } /** * Simple plugin to use npm module minify-html-literals * @param options */ export declare function pluginMinifyHtmlLiterals(...options: IPluginMinifyHtmlLiterals[]): (ctx: Context) => void; export {};