📄 overload.ts
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/scope-manager/tests/fixtures/functions/function-declaration/overload.ts
Functions¶
foo(a: any, b: any): any
¶
- Parameters:
a: any
b: any
- Return Type:
any