Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
Fix for TS2709
Browse files Browse the repository at this point in the history
  • Loading branch information
Abogical committed Sep 9, 2021
1 parent 10ae8e8 commit ee83afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IClient.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import EventEmitter from "events";
import { EventEmitter } from "events";
import { Market } from "./Market";

export interface IClient extends EventEmitter {
Expand Down

0 comments on commit ee83afe

Please sign in to comment.