Skip to content

⬅️ Back to Table of Contents

📄 535.ts

📊 Analysis Summary

Metric Count
🔧 Functions 1

📚 Table of Contents

🛠️ File Location:

📂 packages/parser/tests/fixtures/scope-analysis/535.ts

Functions

foo({ bar }: { bar: string }): void

Code
function foo({ bar }: { bar: string }) {
  bar;
}
  • Parameters:
  • { bar }: { bar: string }
  • Return Type: void