mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37: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
|
||||
* a `[[Prototype]]` of `null`.
|
||||
* Checks if `value` is a plain object, that is, an object created by the
|
||||
* `Object` constructor or one with a `[[Prototype]]` of `null`.
|
||||
*
|
||||
* **Note:** This method assumes objects created by the `Object` constructor
|
||||
* have no inherited enumerable properties.
|
||||
|
||||
Reference in New Issue
Block a user