mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Cleanup _.isPlainObject docs. [ci skip]
This commit is contained in:
committed by
jdalton
parent
8a6dab03c4
commit
1826cc8870
@@ -8192,8 +8192,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if `value` is an object created by the `Object` constructor or has
|
* Checks if `value` is a plain object, that is, an object created by the
|
||||||
* a `[[Prototype]]` of `null`.
|
* `Object` constructor or one with a `[[Prototype]]` of `null`.
|
||||||
*
|
*
|
||||||
* **Note:** This method assumes objects created by the `Object` constructor
|
* **Note:** This method assumes objects created by the `Object` constructor
|
||||||
* have no inherited enumerable properties.
|
* have no inherited enumerable properties.
|
||||||
|
|||||||
Reference in New Issue
Block a user