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

    Function isObject

    • Matches generic object types hence real objects and boxed objects alike excluding function types (though they are technically objects too) and the null value, which is a primitive value and just a placeholder for a yet missing/unassigned object type.

      Parameters

      • Optionalvalue: any

        An optionally passed value of any type.

      Returns value is AnyObject

      Whether the passed value matches the generic object type.