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