File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/bower-config/node_modules/mout/math/inRange.js
Back
/** * Checks if value is inside the range. */ function inRange(val, min, max, threshold){ threshold = threshold || 0; return (val + threshold >= min && val - threshold <= max); } module.exports = inRange;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings