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 c2a3e1d commit 9029c69Copy full SHA for 9029c69
README.md
@@ -6,6 +6,13 @@ Lodash mixins for (deep) object accessing / manipulation.
6
2. Reference `lodash.deep.min.js` after `lodash.min.js`
7
8
## Docs
9
+The following mixins are included in `lodash.deep`:
10
+- _.deepIn(object, propertyPath)
11
+- _.deepHas(object, propertyPath)
12
+- _.deepGetValue(object, propertyPath)
13
+- _.deepGetOwnValue(object, propertyPath)
14
+- _.deepSetValue(object, propertyPath, value)
15
+- _.deepPluck(collection, propertyPath)
16
17
### _.deepIn(object, propertyPath)
18
Executes a deep check for the existence of a property in an object tree.
0 commit comments