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