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