UNPKG
sg-socket-client
Version:
latest (3.1.3)
3.1.3
3.1.1
2.0.1
1.5.0
1.3.0
Web socket client for SUGOS
github.com/realglobe-Inc/sg-socket-client
realglobe-Inc/sg-socket-client
sg-socket-client
/
lib
/
index.js
17 lines
(12 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** * Web socket client for SUGOS *
@module
sg
-socket-client *
@version
3.1.3 */
'use strict'
const
sgSocketClient =
require
(
'./sg_socket_client'
)
let
lib = sgSocketClient.
bind
(
this
)
Object
.
assign
(lib, sgSocketClient, { sgSocketClient })
module
.
exports
= lib