UNPKG

wix-style-react

Version:
7 lines (6 loc) 209 B
"use strict"; exports.__esModule = true; exports.isValueInRange = void 0; var isValueInRange = (x, min, max) => x >= min && x <= max; exports.isValueInRange = isValueInRange; //# sourceMappingURL=utils.js.map