npm.io
12.14.0 • Published 5 years ago

@unction/domeventsmany

Licence
SEE LICENSE IN LICENSE
Version
12.14.0
Deps
5
Size
19 kB
Vulns
0
Weekly
31

@unction/domEventsMany

Tests Stability Dependencies

DOMEventsManyConfigurationType => Array => DOMEventStreamType

Takes many event names and returns an observable of those events.

domEventsMany({})(["click", "input"])(DOM)

returns

--click--input--input--click--input--|

Keywords