dot-companion
v1.0.2
Published
Extract and set values to object with dot-notation
Readme
dot-companion
Simple module to get and set values using dot-notation
getVal (obj, notation)
- retrieves the value of this notation from this object
setVal (obj, notation, val)
- sets the value for this notation on this object
