Check if the value is plain object.
True if an object is the plain JavaScript object, false if the object is not plain (e.g. function).
Value to be checked.
Check if the value is plain object.
Returns
True if an object is the plain JavaScript object, false if the object is not plain (e.g. function).