UNPKG
@jiaxinjiang/nest-config
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Configuration component for NestJs.
@jiaxinjiang/nest-config
/
dist
/
config.constants.js
6 lines
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
CONFIG_PARAM
=
'__configParam__'
;
exports
.
CONFIG_PARAMS
=
'__configParams__'
;
exports
.
CONFIG_CONFIGURABLE
=
'__configConfigurable__'
;
//# sourceMappingURL=config.constants.js.map