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