UNPKG

230 BTypeScriptView Raw
1import type { Node, SyntaxKind } from 'typescript';
2/**
3 * @deprecated This function is deprecated and no longer supported.
4 */
5export declare function findNodes(node: Node, kind: SyntaxKind | SyntaxKind[], max?: number): Node[];