Skip to content

Commit

Permalink
fix(core): fixed event emitter type reference
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Oct 11, 2020
1 parent 62af797 commit 523c589
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/event-emitter.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { EventHandler, EventPayload } from '../dist';
import type {
Emittable,
EventListener
EventHandler,
EventListener,
EventPayload
} from './types';

export class EventEmitter implements Emittable {
Expand Down

1 comment on commit 523c589

@vercel
Copy link

@vercel vercel bot commented on 523c589 Oct 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.