UNPKG
@digikare/nestjs-azure-appconfig
Version:
latest (0.0.1)
next (0.0.1)
0.0.1
An azure app configuration module for nestjs
github.com/digikare/monorepo-libs
@digikare/nestjs-azure-appconfig
/
dist
/
constants.js
6 lines
(5 loc)
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
APP_CONFIG_INSTANCE
=
exports
.
APP_CONFIG_OPTIONS
=
void
0
;
exports
.
APP_CONFIG_OPTIONS
=
Symbol
(
'APP_CONFIG_OPIONS'
);
exports
.
APP_CONFIG_INSTANCE
=
Symbol
(
'APP_CONFIG_INSTANCE'
);