Skip to content

Commit 9029c69

Browse files
author
Mark Lagendijk
committed
Added short summary of methods.
1 parent c2a3e1d commit 9029c69

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Lodash mixins for (deep) object accessing / manipulation.
66
2. Reference `lodash.deep.min.js` after `lodash.min.js`
77

88
## 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)
916

1017
### _.deepIn(object, propertyPath)
1118
Executes a deep check for the existence of a property in an object tree.

0 commit comments

Comments
 (0)