Skip to content

unctionjs/domEvents

Repository files navigation

@unction/domEvents

Tests Stability Dependencies

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-=>