Retrieve the property indicated by the given selector from the object
get({ selector: { to: { val: 'val to select' } } }, 'selector.to.val'); // 'val to select'
Generated using TypeDoc
Retrieve the property indicated by the given selector from the object
Example