Skip to content

⬅️ Back to Table of Contents

📄 declare-function-with-typeof.ts

📊 Analysis Summary

Metric Count
🔧 Functions 1

📚 Table of Contents

🛠️ File Location:

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

Functions

eachr(subject: Map<Key, Value>): typeof subject

Code
function eachr<Key, Value>(subject: Map<Key, Value>): typeof subject;
  • Parameters:
  • subject: Map<Key, Value>
  • Return Type: typeof subject