Travis build: 391
This commit is contained in:
@ -10,6 +10,6 @@ const select = (from, selector) =>
|
||||
```
|
||||
|
||||
```js
|
||||
const obj = {selector: {to: {val: 'val to select'}}};
|
||||
const obj = { selector: { to: { val: 'val to select' } } };
|
||||
select(obj, 'selector.to.val'); // 'val to select'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user