UNPKG

@helldoc/core

Version:
12 lines (11 loc) 255 B
import { Compiler } from "webpack"; interface PluginOptions { [key: string]: string; } declare const _default: { new (options: PluginOptions): { options: PluginOptions; apply(compiler: Compiler): void; }; }; export = _default;