Skip to main content
Module

x/ramda/mod.ts>clamp

:ram: Practical functional Javascript
Latest
variable clamp
import { clamp } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Restricts a number to be within a range.

Also works for other ordered types such as Strings and Dates.