Skip to content

min

min() returns the minimum of a tuple of Number (wrapped or raw).

Interactive example

Syntax

typescript
function min(input: AnyTuple<Number | number>): Number

Parameters

  • input : non-empty tuple of numbers (wrapped or raw).

Return value

A wrapped Number containing the minimum.

See also

Released under the MIT license.