UNPKG
geneea-nlp-client
Version:
latest (1.3.2)
1.3.2
1.3.1
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
0.3.3
0.3.2
0.3.1
0.3.0
0.1.0
The TypeScript Client for Geneea Interpretor G3 API.
bitbucket.org/geneea/ts-nlp-client
geneea-nlp-client
/
index.js
6 lines
(5 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
common
=
exports
.
g3
=
void
0
;
exports
.
g3
=
require
(
"./g3"
);
exports
.
common
=
require
(
"./common"
);