UNPKG
node-xts-interactive-api
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
The official JS client library for the Symphony Fintech Trading API's
node-xts-interactive-api
/
lib
/
index.js
5 lines
(4 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
var
XTSRest
=
require(
"./interactiveRestAPI"
);
var
XTSEmitter
=
require(
"./interactiveSocket"
);
module
.
exports
.Interactive = XTSRest;
module
.
exports
.WS = XTSEmitter;