This package contains Typescript definitions for the esquery library, which provides an interface for querying JavaScript abstract syntax trees (ASTs), typically generated by tools like Esprima or Acorn. These definitions enable strong typing and intellisense support when using esquery in Typescript projects, improving developer experience and reducing type-related errors. It facilitates working with ASTs for linting, code analysis, and transformation purposes.