UNPKG

@phenomnomnominal/tsquery

Version:

Query TypeScript ASTs with the esquery API!

4 lines (3 loc) 162 B
import type { Identifier } from 'esquery'; import type { Node } from 'typescript'; export declare function identifier(node: Node, selector: Identifier): boolean;