UNPKG
@omneedia/client-js
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.1
2.0.0
Isomorphic Javascript client for Omneedia
github.com/omneedia/client-js
omneedia/client-js
@omneedia/client-js
/
dist
/
main
/
env
/
prefix-prod.js
8 lines
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
REST
:
'/rest/v1'
,
AUTH
:
'/auth/v1'
,
REALTIME
:
'/realtime/v1'
, };
//# sourceMappingURL=prefix-prod.js.map