Skip to content

⬅️ Back to Table of Contents

📄 declare-function.ts

📊 Analysis Summary

Metric Count
🔧 Functions 1

📚 Table of Contents

🛠️ File Location:

📂 packages/parser/tests/fixtures/scope-analysis/declare-function.ts

Functions

f(a: number): number

Code
declare function f(a: number): number;
  • Parameters:
  • a: number
  • Return Type: number