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.d.ts
4 lines
(3 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
export
declare
const
CONFIG_PARAM
=
"__configParam__"
;
export
declare
const
CONFIG_PARAMS
=
"__configParams__"
;
export
declare
const
CONFIG_CONFIGURABLE
=
"__configConfigurable__"
;