UNPKG

@phenomnomnominal/tsquery

Version:

Query TypeScript ASTs with the esquery API!

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