Returns true if the given argument is a plain object
isPlainObject(2); // false
isPlainObject({foo: 'bar'}); // true
Generated using TypeDoc
Returns true if the given argument is a plain object
Example
Example