UNPKG
@chuxingpay/hc-faas-base
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
FuXun Hotel Connector Base Objects
@chuxingpay/hc-faas-base
/
lib
/
config
/
index.js
6 lines
(5 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
soa
=
void
0
;
const
soa_1 =
require
(
"./soa"
);
Object
.
defineProperty
(
exports
,
"soa"
, {
enumerable
:
true
,
get
:
function
(
) {
return
soa_1.
soaConfig
; } });