Skip to content

⬅️ Back to Table of Contents

📄 conditional3.ts

📊 Analysis Summary

Metric Count
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

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

Type Aliases

Test<U>

type Test<U> = U extends (k: infer I) => void ? I : never;