node-btcpay/index.js
2018-04-16 18:05:21 +00:00

5 lines
138 B
JavaScript

let crypto = require('./cryptography')
let BTCPayClient = require('./client')
exports.crypto = crypto
exports.BTCPayClient = BTCPayClient