ObservableType

Extracts the event tyoe of an observable.

alias ObservableType(O) = typeof(O.Event.init.eventValue)

Meta