DefinitelyTyped/types/websocket-async/websocket-async-tests.ts
Ben O'Sullivan c3293bdfe3 Added typings for websocket-async (#27293)
* Added typings for websocket-async

* Updated in accordance with linter

* Update tsconfig.json
2018-07-15 12:34:22 -07:00

5 lines
114 B
TypeScript

import WebSocketClient from 'websocket-async';
const connection = new WebSocketClient();
connection.connect('');