mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Move doc node from shimIsPlainObject to _.isPlainObject. [ci skip]
This commit is contained in:
@@ -2275,9 +2275,6 @@
|
||||
* is an object created by the `Object` constructor or has a `[[Prototype]]`
|
||||
* of `null`.
|
||||
*
|
||||
* Note: This method assumes objects created by the `Object` constructor
|
||||
* have no inherited enumerable properties.
|
||||
*
|
||||
* @private
|
||||
* @param {*} value The value to check.
|
||||
* @returns {boolean} Returns `true` if `value` is a plain object, else `false`.
|
||||
@@ -6456,6 +6453,9 @@
|
||||
* Checks if `value` is an object created by the `Object` constructor or has
|
||||
* a `[[Prototype]]` of `null`.
|
||||
*
|
||||
* Note: This method assumes objects created by the `Object` constructor
|
||||
* have no inherited enumerable properties.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @category Objects
|
||||
|
||||
Reference in New Issue
Block a user