blob: 5aeaa634707a0c464b55c81555779aefc36732bb [file] [log] [blame]
const compare = require('./compare')
const gte = (a, b, loose) => compare(a, b, loose) >= 0
module.exports = gte