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