Skip to main content
Module

x/rambda/mod.ts>min

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

It returns the lesser value between x and y.

Type Parameters

T extends Ord

Type Parameters

T extends Ord

Returns

(y: T) => T