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