export default (num: number, min: number, max: number) => Math.max(min, Math.min(max, num));