@samatawy/rules
    Preparing search index...

    Function isObjectArrayType

    • Check if a given type is a stringly-type Array of Objects type. The loose type 'array' is not accepted by this function.

      Parameters

      • type: unknown

        the type to check.

      Returns type is ObjectArrayType

      true if the type is a stringly-typed Array type, otherwise false.