🦀 Simple function to clamp numerical values.
The main function is default exported from the main entry-point through an ES6 module:
import { clamp } from "@nevoland/clamp";
Install with the Node Package Manager:
npm install @nevoland/clamp
Documentation is generated here.