Urara-Blog/node_modules/.pnpm-store/v3/files/5c/4e66586684eaf647a7f6528ff4df8c2b2a505b91d462a8a51a91414892e2b3eadcc70b449fcc30e18c0df39caa7a93ba5beff5dbe46fa67fb939fb685642c6
2022-08-14 01:14:53 +08:00

17 lines
963 B
Text

<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/utils`](../utils).
If you're parsing TypeScript code, consider using [`@typescript-eslint/typescript-estree`](../typescript-estree).
## Contributing
[See the contributing guide here](../../CONTRIBUTING.md)