UNPKG

@phenomnomnominal/tsquery

Version:

Query TypeScript ASTs with the esquery API!

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