npm install --save @types/vxna__mini-html-webpack-template
This package contains type definitions for @vxna/mini-html-webpack-template (https://github.com/vxna/mini-html-webpack-template#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vxna__mini-html-webpack-template.
import { PluginContext } from "mini-html-webpack-plugin";
/**
* Template for `mini-html-webpack-plugin` that extends default features with useful subset of options
*/
declare function template(ctx: PluginContext): string;
/**
* Minimum viable template for mini-html-webpack-plugin
*/
export = template;
- Last updated: Mon, 14 Apr 2025 18:02:23 GMT
- Dependencies: @types/mini-html-webpack-plugin
These definitions were written by Piotr Błażejewicz.