linwenling
2023-07-27 e999392baf3cd62beedc437203ccdd285b8cb036
1
2
3
const compare = require('./compare')
const lt = (a, b, loose) => compare(a, b, loose) < 0
module.exports = lt