Constrain a value to lie between two further values
npm install @hellomonday/clamp
> Constrain a value to lie between two further values.
``$ npm install --save @hellomonday/clamp`
$ npm install --save @hellomonday/clamp
`jsconst clampedValue = clamp(0, 10, 100);``
jsconst clampedValue = clamp(0, 10, 100);
MIT © Hello Monday