UNPKG
ttk-epay-nodejs-client
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Node.js client for TTK E-Pay payment gateway
ttk-epay-nodejs-client
/
src
/
index.js
4 lines
(3 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
// src/index.js
const
ttk_epay
=
require(
'./ttk-epay'
);
module
.
exports
= ttk_epay;