Skip to content

Commit

Permalink
Update type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
heineiuo committed Apr 27, 2018
1 parent 09be191 commit 551ed56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
// Fix for https://github.com/heineiuo/isomorphic-ws/issues/8
// If there is still something wrong, welcome issue.

import WebSocket from 'ws'
import WebSocket = require('ws')

export default WebSocket
export = WebSocket

0 comments on commit 551ed56

Please sign in to comment.