Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@DanieliusDev DanieliusDev released this 13 Apr 23:53
e2de078

Major Changes

  • export class EventEmitter instead of interface TypedEventEmitter
  • EventMap now takes Record<string | symbol, unknown[]> instead of Record<string | symbol, (...args: any[]) => void>

Minor Changes

  • Add Listener