st-bundle
Version:
CLI for watching and bundling SpringType projects.
3 lines (2 loc) • 394 B
TypeScript
import * as ts from 'typescript';
export declare const tsTransformModule: (input: string, fileName: string, compilerOptions: ts.CompilerOptions, beforeTransformers: (ts.TransformerFactory<ts.SourceFile> | ts.CustomTransformerFactory)[], afterTransformers: (ts.TransformerFactory<ts.SourceFile> | ts.CustomTransformerFactory)[], customTransformers: ts.CustomTransformers) => ts.TranspileOutput;