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