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