This repository was archived by the owner on Feb 10, 2023. It is now read-only.
Changes
- Allowed to return any from
Listener
// For example return promise
emitter.on('event', async (data) => {
await someReaction()
})- Use terser to compress build