No-op event emitter for when no events are registered. Provides the same interface but does nothing, avoiding overhead. Uses a more elegant approach with frozen empty object.
private
readonly
INSTANCE: NoOpEventEmitter
Get the singleton instance of NoOpEventEmitter
hasListeners(): boolean
Check if any event handlers are registered (always returns false for no-op)