1.0.1 • Published 4 years ago
@hellomonday/clamp v1.0.1
@hellomonday/clamp
Constrain a value to lie between two further values.
Install
$ npm install --save @hellomonday/clamp
Usage
const clampedValue = clamp(0, 10, 100);
License
MIT © Hello Monday
Constrain a value to lie between two further values.
$ npm install --save @hellomonday/clamp
const clampedValue = clamp(0, 10, 100);
MIT © Hello Monday