UNPKG

wix-style-react

Version:
2 lines (1 loc) 69 B
export const isValueInRange = (x, min, max) => x >= min && x <= max;