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.
1 parent 8e48f5a commit df3e4a4Copy full SHA for df3e4a4
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