UNPKG

html-inline-css-webpack-plugin

Version:

☄️ A webpack plugin for convert external stylesheet to embedded stylesheet, aka document stylesheet

5 lines (4 loc) 209 B
import { escapeRegExp } from 'lodash'; export { escapeRegExp }; export declare function is(filenameExtension: string): (fileName: string) => boolean; export declare const isCSS: (fileName: string) => boolean;