# @yuku-toolchain/types

Shared TypeScript type definitions for the [yuku](https://github.com/yuku-toolchain/yuku)
toolchain: the ESTree / TypeScript-ESTree AST node types, diagnostics, source
locations, and the base walk/scan cursor shapes.

```ts
import type { Program, Node, Comment, Diagnostic } from "@yuku-toolchain/types";
```

## License

MIT
