Skip to content

⬅️ Back to Table of Contents

📄 conditional1.ts

📊 Analysis Summary

Metric Count
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/type-declaration/conditional1.ts

Type Aliases

T<U>

type T<U> = U extends infer V ? V : never;

Unresolved

type Unresolved = V;