Package: @effect/experimental
Module: EventGroup
An EventGroup is a collection of Events. You can use an EventGroup to
represent a portion of your domain.
The events can be implemented later using the EventLog.group api.
Signature
declare const empty: EventGroup<never>
Since v1.0.0