UNPKG

sg-socket-client

Version:
17 lines (12 loc) 269 B
/** * 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