@samatawy/rules
    Preparing search index...

    Function isComplexType

    • Check if a given type is an object type or the unspecified type 'object'.

      Parameters

      • type: unknown

        the type to check.

      Returns type is ComplexType

      true if the type is an object type, otherwise false.