UNPKG

rollup-plugin-minify-html-literals

Version:
7 lines (6 loc) 167 B
declare module 'rollup-pluginutils' { export function createFilter( include?: string | string[], exclude?: string | string[] ): (id: string) => boolean; }