UNPKG

117 BTypeScriptView Raw
1import type * as ts from 'typescript';
2export declare function getSourceNodes(sourceFile: ts.SourceFile): ts.Node[];