Skip to content

⬅️ Back to Table of Contents

📄 conditional4.ts

📊 Analysis Summary

Metric Count
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

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

Type Aliases

Test<U>

type Test<U> = U extends { [k: string]: infer I } ? I : never;