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.d.ts
6 lines
(5 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
6
import
LootPayClient
from
"./client"
;
declare
const
_default
: {
client
:
typeof
LootPayClient
; };
export
default
_default;