Skip to content

⬅️ Back to Table of Contents

📄 index-access3.ts

📊 Analysis Summary

Metric Count
📊 Variables & Constants 1
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

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

Variables & Constants

Name Type Kind Value Exported
k "a" const 'a'

Type Aliases

T

type T = { a: string };

A

type A = T[typeof k];