gte.js 113 Bytes
Newer Older
Phattaraphon Pewruang's avatar
Phattaraphon Pewruang committed
1 2 3
const compare = require('./compare')
const gte = (a, b, loose) => compare(a, b, loose) >= 0
module.exports = gte