st-bundle
Version:
CLI for watching and bundling SpringType projects.
10 lines (9 loc) • 377 B
TypeScript
import { Context } from '../../core/Context';
import { Module } from '../../core/Module';
import { IPluginCommon } from '../interfaces';
export declare function pluginLessCapture(props: {
ctx: Context;
module: Module;
opts: IPluginCommon;
}): void;
export declare function pluginLess(a?: IPluginCommon | string | RegExp, b?: IPluginCommon): (ctx: Context) => void;