UNPKG
node-dsx-api
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.3
Node api for DSX.uk crypto exchange
node-dsx-api
/
index.js
6 lines
(4 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
5
6
const
{
DsxExchange
} =
require
(
'./lib/index'
);
module
.
exports
= {
DsxExchange
};