UNPKG

183 BTypeScriptView Raw
1import ts from 'typescript';
2export declare function createMergeStatementsTransformer(baseSourceFile: ts.SourceFile, sourceFile: ts.SourceFile): ts.TransformerFactory<ts.SourceFile>;