UNPKG

148 BTypeScriptView Raw
1import * as ts from 'typescript';
2export declare function findNodes(node: ts.Node, kind: ts.SyntaxKind | ts.SyntaxKind[], max?: number): ts.Node[];