UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

5 lines (4 loc) 200 B
import { Context } from '../../core/Context'; export interface INGPluginOptions { } export declare function pluginAngular(target: string | RegExp, options?: INGPluginOptions): (ctx: Context) => void;