UNPKG

@phenomnomnominal/tsquery

Version:

Query TypeScript ASTs with the esquery API!

4 lines (3 loc) 171 B
import type { Field } from 'esquery'; import type { Node } from 'typescript'; export declare function field(node: Node, selector: Field, ancestors: Array<Node>): boolean;