minTime
The minTime() function returns the smallest duration of a tuple of TheTime.
Interactive example
Syntax
typescript
function minTime<
GenericInput extends AnyTuple<TheTime>
>(input: GenericInput): TheTimeParameters
input: Tuple of durations inTheTimeformat.
Return value
The minimum duration of the tuple, as a TheTime.
