Class: willEmit

willEmit

new willEmit(event) → {boolean}

Checks if an event has any event listeners or not.
Parameters:
Name Type Description
event String The name of the event to check for.
Source:
Returns:
True if one or more event listeners are registered for the event. False if none are found.
Type
boolean