UNPKG
@coingate/coingate-sdk
Version:
latest (1.1.2)
1.1.2
1.1.1
Coingate package
github.com/coingate/coingate-node
coingate/coingate-node
@coingate/coingate-sdk
/
build
/
index.js
6 lines
(5 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Client
=
void
0
;
var
Client
_1 =
require
(
"./Client"
);
Object
.
defineProperty
(
exports
,
"Client"
, {
enumerable
:
true
,
get
:
function
(
) {
return
Client
_1.
Client
; } });