UNPKG

wix-style-react

Version:
2 lines 102 B
export const isValueInRange = (x, min, max) => x >= min && x <= max; //# sourceMappingURL=utils.js.map