UNPKG
onion-config
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.1
0.3.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Layer-based config/data manager
smbc1.github.io/onion-config/
Smbc1/onion-config
onion-config
/
lib
/
layers
/
vault-engines
/
index.js
5 lines
(4 loc)
•
61 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
module
.
exports
= {
kv2
:
require
(
'./kv2'
), };