@unction/domEvents DOMEventsConfigurationType => DOMEventNameType => DOMStreamType => DOMEventStreamType Takes a configuration, an event name, and a DOM source and returns an observable of that event type domEvents({})("click")(DOM) returns --click--click--click-=>