forked from ard/ruoyi-api

aijinhui
2023-12-29 7141d2cd0620f33d6a1b1dbd859823bc001cafdc
1
2
3
const compare = require('./compare')
const lt = (a, b, loose) => compare(a, b, loose) < 0
module.exports = lt