UNPKG

wix-style-react

Version:
3 lines 100 B
export var isValueInRange = function isValueInRange(x, min, max) { return x >= min && x <= max; };