📄 parameter-default.ts¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📑 Type Aliases | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/scope-manager/tests/fixtures/type-annotation/parameter-default.ts
Functions¶
foo(a: T): void¶
- Parameters:
a: T- Return Type:
void