UNPKG

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