mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Add related function for each module. [closes #2932]
This commit is contained in:
committed by
John-David Dalton
parent
b856263af6
commit
401016d260
1
get.js
1
get.js
@@ -10,6 +10,7 @@ import baseGet from './.internal/baseGet.js';
|
||||
* @param {Array|string} path The path of the property to get.
|
||||
* @param {*} [defaultValue] The value returned for `undefined` resolved values.
|
||||
* @returns {*} Returns the resolved value.
|
||||
* @see has, hasIn, set, unset
|
||||
* @example
|
||||
*
|
||||
* const object = { 'a': [{ 'b': { 'c': 3 } }] };
|
||||
|
||||
Reference in New Issue
Block a user