Skip to content

⬅️ Back to Table of Contents

📄 import-type-with-type-params.ts

📊 Analysis Summary

Metric Count
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/type-declaration/import-type-with-type-params.ts

Type Aliases

Param

type Param = string;

T

type T = import('').foo<Param>;