Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1004 Bytes

Type_Utils.mdx

File metadata and controls

31 lines (20 loc) · 1004 Bytes
id sidebar_label toc_max_heading_level
type-utils
type-utils
3

import GeneratedDocs from './type-utils/generated/index.md';

@typescript-eslint/type-utils

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 on typescript

:::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.