mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-31 14:07:40 +00:00
* Change 'export default' to 'export =' For packages that don't actually export a 'default' property. * 7 more packages
5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import WebSocketClient = require('websocket-async');
|
|
|
|
const connection = new WebSocketClient();
|
|
connection.connect('');
|