function createTinyEventDispatcher<T, A>(): P.Effect.Effect<TinyEventDispatcher<T, A>, never>;
Create an empty TinyEventDispatcher
value.
• T
The possible event types that can be received
• A
The type of the event data which can be received
P.Effect.Effect
<TinyEventDispatcher
<T
, A
>, never
>
TinyEventDispatcher
value wrapped in a Effect