UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

6 lines (5 loc) 248 B
import { Context } from '../../core/context'; export declare type IPluginReplaceProps = { [key: string]: any; }; export declare function pluginReplace(a?: IPluginReplaceProps | RegExp | string, b?: IPluginReplaceProps): (ctx: Context) => void;