UNPKG

110 BJavaScriptView Raw
1const compare = require('./compare')
2const gt = (a, b, loose) => compare(a, b, loose) > 0
3module.exports = gt