denolibs / event_emitter

A NodeJS-like EventEmitter for Deno in Typescript.
MIT License
12 stars 3 forks source link

Enable optional 'eventName' in removeAllListeners #6

Closed Balou9 closed 5 years ago

Balou9 commented 5 years ago

I have enabled eventName to be optional. #5

realJoshByrnes commented 5 years ago

LGTM! Thanks @Balou9