Returns the value at the specified path in the object.
// returns 1valueAtPath('foo.bar', { foo: { bar: 1 } }); Copy
// returns 1valueAtPath('foo.bar', { foo: { bar: 1 } });
Returns the value at the specified path in the object.