node-convict
node-convict copied to clipboard
Allow array for get function argument
Would be nice to do conf.get(['some', 'nested', 'key'])
. This allows for type-checking with typescript and flow.
Why not our own function on config.getProperties
? And what should be the output ? (array or object)