-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
While reading the documentation I see:
_.findDeep( obj, predicate, options={
checkCircular: false,
leavesOnly: childrenPath →→ !== ←← undefined,
...While checking the code, I see:
options = _.merge(
{
checkCircular: false,
leavesOnly: options.childrenPath →→ === ←← undefined,
pathFormat: 'string',
},
options
);(Arrows → ← added for clarity)
KhalfaniW
Metadata
Metadata
Assignees
Labels
No labels