UNPKG
@uci/websocket
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.9
JSON packet host websocket server
github.com/uCOMmandIt/websocket
uCOMmandIt/websocket
@uci/websocket
/
src
/
index.js
5 lines
(3 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
5
import
Socket
from
'./socket'
export
{
Socket
as
WebSocket
}
export
default
Socket