Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/rambda.js>min

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

It returns the lesser value between x and y.

Type Parameters

T extends Ord

Type Parameters

T extends Ord

Returns

(y: T) => T