Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dnx/comparisons/maxOf.ts>default

Fluent modular JavaScript utility library.
Go to Latest
function default
import { default } from "https://deno.land/x/dnx@0.0.3/comparisons/maxOf.ts";

Returns the greatest of the specified values or undefined if no values are provided.

Returns

undefined

Returns the greatest of the specified values.

Parameters

...values: [T, T[]]

Returns the greatest of the specified values or undefined if no values are provided.

Parameters

...values: T[]

Returns

T | undefined