Skip to content

Add TinyEmitter methods to TypeScript definitions

Compare
Choose a tag to compare
@Vestride Vestride released this 30 Aug 01:27

The TypeScript definitions were missing on, once, emit, and off because the definitions file did not have extends TinyEmitter. These methods now work correctly and contain type information for the data object in the event callback.