UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

5 lines (4 loc) 316 B
import * as ts from 'typescript'; import { ITranspileStageProps } from '../production/stages/transpileStage'; import { ProductionModule } from '../production/ProductionModule'; export declare function moduleTransformer<T extends ts.Node>(props: ITranspileStageProps, pm: ProductionModule): ts.TransformerFactory<T>;