zeed
    Preparing search index...

    Function arrayMax

    • Return the maximum value from one or more nested arrays. Uses the > operator for comparison.

      Type Parameters

      • T

        element type (should support > comparison)

      Parameters

      Returns T

      the maximum value or undefined if no elements present