@unction/domevents
v4.1.5
Published
Takes a configuration, an event name, and a DOM source and returns an observable of that event type
Downloads
8
Readme
@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-=>