Returns true if the given obj is a plain object, and no class instance.
isPlainObject({}) === true isPlainObject(new ClassXY) === false
Generated using TypeDoc
Returns true if the given obj is a plain object, and no class instance.
isPlainObject({}) === true isPlainObject(new ClassXY) === false