@unction/domeventsmany
v12.14.0
Published
Takes many event names and returns an observable of those events
Downloads
403
Readme
@unction/domEventsMany
DOMEventsManyConfigurationType => Array => DOMEventStreamType
Takes many event names and returns an observable of those events.
domEventsMany({})(["click", "input"])(DOM)
returns
--click--input--input--click--input--|