UNPKG

minmax.js

Version:

<h3 align="left"> <pre lang="bash">$ npm add minmax.js</pre> </h3>

8 lines (6 loc) 120 B
const minmax: ( value: number, min: number = -Infinity, max: number = Infinity ) => number export default minmax