Urara-Blog/node_modules/.pnpm-store/v3/files/ff/8defe263e2ca53d7ebb94ca3975f409c94b0b4873e6a7653ffd30304ffbff53bce4f1f2dbb7ecf49364c9494b497e4a89de80936688595b88454cff6afd1e9
2022-08-14 01:14:53 +08:00

15 lines
877 B
Text

<h1 align="center">Type utils for ESLint Plugins</h1>
<p align="center">Type utilities for working with TypeScript within ESLint rules.</p>
<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/type-utils"><img src="https://img.shields.io/npm/v/@typescript-eslint/type-utils.svg?style=flat-square" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/package/@typescript-eslint/type-utils"><img src="https://img.shields.io/npm/dm/@typescript-eslint/type-utils.svg?style=flat-square" alt="NPM Downloads" /></a>
</p>
This utilities in this package are separated from `@typescript-eslint/utils` so that that package does not require a dependency on `typescript`.
## Contributing
[See the contributing guide here](../../CONTRIBUTING.md)