id | sidebar_label | toc_max_heading_level |
---|---|---|
type-utils |
type-utils |
3 |
import GeneratedDocs from './type-utils/generated/index.md';
Type utilities for working with TypeScript types ✨
This package contains public utilities for working with TypeScript types.
Rules declared in @typescript-eslint/eslint-plugin
use these utility functions.
The utilities in this package are both:
- More generally ESLint-focused than the broad TypeScript utilities in
ts-api-utils
- Separated from
@typescript-eslint/utils
so that that package does not require a dependency ontypescript
:::tip See Custom Rules for documentation on creating your own custom ESLint rules for TypeScript code. :::
The following documentation is auto-generated from source code.