OSDN Git Service

update the document
[bytom/bytom-node-sdk.git] / src / index.js
1 const Client = require('./client')
2
3 module.exports = {
4   Client
5 }