We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e48f5a + df3e4a4 commit bcf2cd6Copy full SHA for bcf2cd6
README.md
@@ -33,5 +33,6 @@ let object = {xxx: 'value'} # given object
33
object = resolve('xxx.yyy', object, 'new value', '.'); -> result: object ~ {xxx: { yyy: 'new value'} }
34
35
can be used as well as:
36
- resolve('xxx.yyy', object, 'new value') -> as objects are passed as reference and get modified in proccess
+ resolve('xxx.yyy', object, 'new value') -> as objects are passed as references
37
+ -> result: object ~ {xxx: { yyy: 'new value'} }
38
```
0 commit comments