You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ The primary export of `pathval` is an object which has the following methods:
100
100
*`hasProperty(object, name)` - Checks whether an `object` has `name`d property or numeric array index.
101
101
*`getPathInfo(object, path)` - Returns an object with info indicating the value of the `parent` of that path, the `name ` of the property we're retrieving and its `value`.
102
102
*`getPathValue(object, path)` - Retrieves the value of a property at a given `path` inside an `object`'.
103
-
*`setPathValue(object, path, value)` - Sets the `value` of a property at a given `path` inside an `object`'.
103
+
*`setPathValue(object, path, value)` - Sets the `value` of a property at a given `path` inside an `object` and returns the object in which the property has been set.
0 commit comments