UNPKG

webpack-userscript

Version:
8 lines (7 loc) 313 B
import { StrictHeadersProps, UserscriptPluginInstance } from '../types'; import { Feature } from './feature'; export declare class FixTags extends Feature { readonly name = "FixTags"; readonly fixableTagNames: Map<string, keyof StrictHeadersProps>; apply({ hooks }: UserscriptPluginInstance): void; }