UNPKG

rollup-plugin-bundle-inject

Version:
9 lines (7 loc) 190 B
declare module "html-minifier" { export function minify(code: string, options: object): string; } interface BundleList { cssList: Array<string | Uint8Array>; jsList: Array<string>; }