UNPKG
focalxaiinspection
Version:
latest (0.1.3)
0.1.3
0.1.1
0.1.0
Focalx AI Inspection
focalxaiinspection
/
dist
/
lib
/
services
/
Api
/
endpoint.js
14 lines
(13 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
void
0
;
var
Endpoint
= {
Dev
:
"dev"
,
Stage
:
"stage"
,
Prod
:
"prod"
,
PreProd
:
"preprod"
};
var
_default =
Endpoint
;
exports
.
default
= _default;