UNPKG

@xtrek/ts-migrate-plugins

Version:

Set of codemods, which are doing transformation of js/jsx to ts/tsx

3 lines (2 loc) 155 B
import ts from 'typescript'; export declare function getTextPreservingWhitespace(prevNode: ts.Node, nextNode: ts.Node, sourceFile: ts.SourceFile): string;