PlainObject

The type of a plain object.

This is a more strict type than the object type which also includes functions and arrays.

You can validate if a value is a plain object with isPlainObject.

Example