zeed
    Preparing search index...

    Function arrayMin

    • Return the minimum value from one or more nested arrays. Uses the < operator for comparison.

      Type Parameters

      • T

        element type (should support < comparison)

      Parameters

      Returns T

      the minimum value or undefined if no elements present