mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Cleanup tag order.
This commit is contained in:
2
hasIn.js
2
hasIn.js
@@ -9,7 +9,7 @@ import hasPath from './.internal/hasPath.js';
|
||||
* @param {Object} object The object to query.
|
||||
* @param {Array|string} path The path to check.
|
||||
* @returns {boolean} Returns `true` if `path` exists, else `false`.
|
||||
* @see has, set, get, unset
|
||||
* @see has, get, set, unset
|
||||
* @example
|
||||
*
|
||||
* const object = create({ 'a': create({ 'b': 2 }) });
|
||||
|
||||
Reference in New Issue
Block a user