UNPKG
@overlay.fun/kit
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
TypeScript SDK for overlay.fun API
@overlay.fun/kit
/
dist
/
index.js
5 lines
•
190 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
client_1 =
require
(
"./client"
);
exports
.
default
= client_1.
OverlayClient
;
//# sourceMappingURL=index.js.map