📄 internal.ts¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 📦 Imports | 2 |
| 📊 Variables & Constants | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useEventBus/internal.ts
📦 Imports¶
| Name | Source |
|---|---|
EventBusEvents |
./index |
EventBusIdentifier |
./index |
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
events |
Map<EventBusIdentifier<any>, EventBusEvents<any>> |
const | new Map<EventBusIdentifier<any>, EventBusEvents<any>>() |
✓ |