ThongCoder's picture
Upload folder using huggingface_hub
06227db
raw
history blame
124 Bytes
'use strict'
const compare = require('./compare')
const lt = (a, b, loose) => compare(a, b, loose) < 0
module.exports = lt