UNPKG

webpack-userscript

Version:
9 lines (8 loc) 285 B
import { UserscriptPluginInstance } from '../types'; import { Feature } from './feature'; export declare class Interpolater extends Feature { readonly name = "Interpolater"; apply({ hooks }: UserscriptPluginInstance): void; private getVariables; private interpolate; }