unctionjs / domEvents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Other


Languages

Language:JavaScript 98.4%Language:TypeScript 1.6%