UNPKG

succulent

Version:

Powerful and easy runtime type checking

4 lines 111 B
export function inRange(min, max) { return (x) => min <= x && x <= max; } //# sourceMappingURL=range.js.map