@petsel/es-type-detection - v1.0.0
    Preparing search index...

    Function isObjectObject

    • Matches object structures where the constructor exclusively is the built-in Object type, which does exclude instances of custom ES6-class and ES3 constructor functions.

      Parameters

      • Optionalvalue: any

        An optionally passed value of any type.

      Returns value is PlainObject

      Whether the passed value is a direct instance of the built-in Object type.