Skip to main content
Module

x/ramda/source/clamp.js>default

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

Restricts a number to be within a range.

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