UNPKG
ynu-ws-client
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
A WebService Client for YNU based Jinzhi systems.
github.com/ynu/ws-client
ynu/ws-client
ynu-ws-client
/
src
/
index.js
6 lines
(4 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
import
Client
from
'./client'
;
export
*
as
returnCodes
from
'./returnCodes'
;
export
*
from
'./utils'
;
export
default
Client
;