Skip to content

⬅️ Back to Table of Contents

📄 conditional2.ts

📊 Analysis Summary

Metric Count
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

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

Type Aliases

T

type T = never extends infer U ? U : never;

Unresolved

type Unresolved = U;