in-range efficiently checks whether a number falls within a specified range. It offers flexible range definitions, supporting inclusive and exclusive boundaries, single values, and ranges defined with various data types (numbers, dates, and strings). Ideal for validation and logic based on numerical or sequential boundaries, in-range provides a concise and performant way to implement range checks in your JavaScript projects.