1
0
mirror of https://github.com/Bytom/bytom-node-sdk.git synced 2020-06-03 17:14:54 +00:00
bytom-node-sdk/src/index.js
2018-05-15 14:37:03 +08:00

6 lines
66 B
JavaScript

const Client = require('./client')
module.exports = {
Client
}