Skip to main content
Module

x/rambda/immutable.d.ts>min

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

It returns the lesser value between x and y.

Type Parameters

T extends Ord

Type Parameters

T extends Ord

Returns

(y: T) => T