node-convict icon indicating copy to clipboard operation
node-convict copied to clipboard

Allow array for get function argument

Open msuntharesan opened this issue 6 years ago • 1 comments

Would be nice to do conf.get(['some', 'nested', 'key']). This allows for type-checking with typescript and flow.

msuntharesan avatar Apr 20 '18 03:04 msuntharesan

Why not our own function on config.getProperties ? And what should be the output ? (array or object)

A-312 avatar Dec 07 '19 12:12 A-312