UNPKG
@janitza/gridvis-client
Version:
latest (1.0.14)
1.0.14
1.0.13
1.0.12
1.0.11
A library to access all GridVis data
bitbucket.org/janitza/gridvis-client/
@janitza/gridvis-client
/
dist
/
index.js
7 lines
•
299 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
Client
_1 =
require
(
"./Client"
);
exports
.
GridVisClient
=
Client
_1.
GridVisClient
;
var
RESTException
_1 =
require
(
"./RESTException"
);
exports
.
RESTException
=
RESTException
_1.
RESTException
;
//# sourceMappingURL=index.js.map