UNPKG
tonb-merchant-api-client
Version:
latest (0.9.3)
0.9.3
0.9.2
0.9.1
0.9.0
Merchant API client is a library to interact with TONB Merchant API.
tonb-merchant-api-client
/
index.js
7 lines
(6 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
MerchantAPIClient
=
require
(
'./dist/client/client.js'
);
module
.
exports
= {
MerchantAPIClient
, ...
require
(
'./dist/client/invoice-manager.js'
), ...
require
(
'./dist/providers/http/provider.js'
), };