Skip to content

⬅️ Back to Table of Contents

📄 types-union-type.src.ts

📊 Analysis Summary

Metric Count
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

📂 packages/parser/tests/fixtures/scope-analysis/types-union-type.src.ts

Type Aliases

Foo

type Foo = string & number;