@typescript-eslint/types
Version:
Types for the TypeScript-ESTree AST spec
18 lines (12 loc) • 989 B
Markdown
<h1 align="center">TypeScript-ESTree Types</h1>
<p align="center">
<img src="https://github.com/typescript-eslint/typescript-eslint/workflows/CI/badge.svg" alt="CI" />
<a href="https://www.npmjs.com/package/@typescript-eslint/types"><img src="https://img.shields.io/npm/v/@typescript-eslint/types.svg?style=flat-square" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/package/@typescript-eslint/types"><img src="https://img.shields.io/npm/dm/@typescript-eslint/types.svg?style=flat-square" alt="NPM Downloads" /></a>
</p>
This package exists to help us reduce cycles and provide lighter-weight packages at runtime.
You probably don't want to use it directly.
If you're building an ESLint plugin, consider using [`@typescript-eslint/experimental-utils`](../experimental-utils).
If you're parsing TypeScript code, consider using [`@typescript-eslint/typescript-estree`](../typescript-estree).
## Contributing
[See the contributing guide here](../../CONTRIBUTING.md)