UNPKG

@eaglesong/task-panorama

Version:
9 lines 352 B
import { OutputOptions } from '@eaglesong/helper-task'; import webpack from 'webpack'; export { OutputOptions }; export declare class OutputHeaderWebpackPlugin implements webpack.Plugin { private options; constructor(options: OutputOptions); apply(compiler: webpack.Compiler): void; } //# sourceMappingURL=OutputHeaderWebpackPlugin.d.ts.map