UNPKG

161 BTypeScriptView Raw
1import * as ts from 'typescript';
2export declare function transformSourceFile(sourceText: string, transformers: ts.TransformerFactory<ts.SourceFile>[]): string;