UNPKG
lootpay
Version:
latest (2.0.1)
2.0.1
2.0.0
To install dependencies:
github.com/lootably/lootpay-node-module
lootably/lootpay-node-module
lootpay
/
dist
/
src
/
index.js
5 lines
(4 loc)
•
85 B
JavaScript
View Raw
1
2
3
4
5
import
LootPayClient
from
"./client"
;
export
default
{
client
:
LootPayClient
, };