Function minAsync

Return the smallest value of all entries in the Iterable

  • Parameters

    • iterable: AsyncIterable<number>

    Returns PromiseLike<undefined | number>