Skip to main content
Module

x/fae/clamp.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/clamp.ts";

Variables

Restricts value between min and max. Returns min if value < min, max if value > max, value otherwise