* Get all possible events that may be subscribed to
()
| 851 | } |
| 852 | |
| 853 | const eventSource = source as keyof StreamerbotEventsTypeWriteable; |
| 854 | const eventType = type as |
| 855 | | StreamerbotEventsTypeWriteable[keyof StreamerbotEventsTypeWriteable][number] |
| 856 | | '*'; |
| 857 | if (eventType) { |
| 858 | return [ |
| 859 | { |
| 860 | source: eventSource, |
no outgoing calls
no test coverage detected