scottcorgan / tiny-emitter

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

Add TypeScript types to make TinyEmitter newable #36

Closed chocolateboy closed 5 years ago

chocolateboy commented 5 years ago

Fixes the following error when calling TinyEmitter() or new TinyEmitter() in TypeScript:

Cannot use 'new' with an expression whose type lacks a call or construct signature.