Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Fix #225 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Scopelliti authored and fb55 committed Jan 18, 2018
1 parent 40b2b99 commit c357943
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,8 @@ declare module 'gdax' {
on(event: 'error', eventHandler: (err:any) => void): void;
on(event: 'open', eventHandler: () => void): void;
on(event: 'close', eventHandler: () => void): void;

connect(): void;
disconnect(): void;
}
}

0 comments on commit c357943

Please sign in to comment.