Function max

  • Returns the larger value in the given collection.

    Type Parameters

    • T extends number

    Parameters

    • values: Iterable<T>

    Returns OperationIO<T>

    Math.max(values)