Skip to main content
Module

x/rambda/immutable.d.ts>max

Faster and smaller alternative to Ramda
Latest
function max
import { max } from "https://deno.land/x/rambda@9.3.0/immutable.d.ts";

It returns the greater value between x and y.

Type Parameters

T extends Ord

Type Parameters

T extends Ord

Returns

(y: T) => T