@paperdave/events
v1.0.4
Published
Another event emitter library, with easy TS types.
Downloads
9
Readme
@paperdave/events
Another event emitter library. This one has built-in types as well as a little of dom-compatibility by supporting short .on
and .off
methods, but also .addEventListener
and .removeEventListener
methods. Add functions return a "Cleanup" function which can be called to quickly remove the listener.