blob: 5aeaa634707a0c464b55c81555779aefc36732bb [file] [log] [blame]
Alex Rudenkod04dd452024-02-27 08:25:351const compare = require('./compare')
2const gte = (a, b, loose) => compare(a, b, loose) >= 0
3module.exports = gte