Skip to main content
Module

x/rambda/mod.ts>max

Faster and smaller alternative to Ramda
Go to Latest
function max
import { max } from "https://deno.land/x/rambda@v9.1.0/mod.ts";

It returns the greater value between x and y.

Type Parameters

T extends Ord

Type Parameters

T extends Ord

Returns

(y: T) => T