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