UNPKG

html-render-webpack-plugin

Version:

webpack plugin for rendering static HTML in a multi-config webpack build

4 lines (3 loc) 224 B
import { ExtraGlobals, FileSystem } from "./common-types"; declare function evaluateFromFileSystem(specifier: string, fsModule: FileSystem, rootDir: string, extraGlobals: ExtraGlobals): any; export = evaluateFromFileSystem;