scottcorgan / tiny-emitter

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

Update API + migrate to ES6+ #27

Closed zikaari closed 3 years ago

lmk123 commented 6 years ago

You can't use export default in d.ts, see https://github.com/scottcorgan/tiny-emitter/pull/21#issuecomment-322116703

zikaari commented 6 years ago

I can't remember the thread, but I heard folks talking about migrating to ES6 in v3.0+

MadaraUchiha commented 6 years ago

Superseded by #30.