1.0.1 • Published 3 years ago
@davecode/events v1.0.1
@davecode/events
Another stupid event emitter library. This one has built-in types as well as a little bit 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.