Skip to content

⬅️ Back to Table of Contents

📄 function2.ts

📊 Analysis Summary

Metric Count
📊 Variables & Constants 1
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/type-declaration/function/function2.ts

Variables & Constants

Name Type Kind Value Exported
arg 1 const 1

Type Aliases

A

type A = (arg: string) => typeof arg;