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