Function maxAsync

Return the largest value of all entries in the Iterable

  • Parameters

    • iterable: AsyncIterable<number>

    Returns PromiseLike<undefined | number>