<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)
