UNPKG

bahtrext

Version:
3 lines (2 loc) 105 B
export default (value, ...comparisons) => comparisons.every((comp) => value >= comp || value === 0);