Home > @xoram/core > EventSource_2
EventSource_2 type
A direct emitter.
Signature:
typescript
export type EventSource<notifications extends Notifications> = Emitter<notifications>;
1
References: Notifications