UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

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