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