scottcorgan / tiny-emitter

A tiny (less than 1k) event emitter library
MIT License
935 stars 67 forks source link

ES6 + class rewrite #38

Closed OmgImAlexis closed 3 years ago

OmgImAlexis commented 4 years ago

Don't expect this to be merged but figured I'd open it incase anyone comes looking for a proper class version of this.

I noticed when trying to extend this vscode was complaining about the exported type not being a class so I fixed that.

Jsdocs have been added replacing the typescript docs.