UNPKG

iter-tools

Version:
5 lines (4 loc) 94 B
function lastLowest(best, value) { return value <= best; } exports.lastLowest = lastLowest;