Skip to content

⬅️ Back to Table of Contents

📄 type-parameter.ts

📊 Analysis Summary

Metric Count
🔧 Functions 1

📚 Table of Contents

🛠️ File Location:

📂 packages/parser/tests/fixtures/scope-analysis/type-parameter.ts

Functions

f(): void

Code
function f<T>() {}
  • Return Type: void