new willEmitId(event, id) → {boolean}
Checks if an event has any event listeners or not based on the passed id.
Parameters:
| Name | Type | Description |
|---|---|---|
event |
String | The name of the event to check for. |
id |
String | The event ID to check for. |
- Source:
Returns:
True if one or more event listeners are registered for
the event. False if none are found.
- Type
- boolean