UNPKG
final-config
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Asynchronous configuration loading from various sources
github.com/inre/set-config
inre/set-config
final-config
/
lib
/
constants.js
6 lines
(5 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
6
exports.MergeRules = Object.
freeze
({
OVERRIDE
:
'Override'
,
LEVEL
:
'Level'
,
DEEP
:
'Deep'
})