UNPKG
upay-pg-by-kayesfahim
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A Node.js SDK for interacting with the Upay payment system.
upay-pg-by-kayesfahim
/
index.js
5 lines
(3 loc)
•
87 B
JavaScript
View Raw
1
2
3
4
5
const
Upay
=
require(
'./upay'
);
module
.
exports
= Upay;
module
.
exports
.
default
= Upay;