Muthu Kumar
7 years ago
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||
|
const path = (path, obj) => path.reduce((result, segment) => result && result[segment], obj); |
||||
|
|
||||
|
module.exports = { |
||||
|
path, |
||||
|
}; |
Loading…
Reference in new issue