UNPKG

@thi.ng/checks

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