UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

5 lines (4 loc) 318 B
import * as ts from 'typescript'; import { ITypescriptTransformProps } from '../transform/tsTransform'; export declare function visitStatementNode(node: any, replacer: (input: any) => any): void; export declare function moduleTransformer<T extends ts.Node>(props: ITypescriptTransformProps): ts.TransformerFactory<T>;