fly
aijinhui
2023-12-18 4c7e2078a1439ad6fb42f8854f5f8ac1e6859cbc
1
2
3
const compare = require('./compare')
const eq = (a, b, loose) => compare(a, b, loose) === 0
module.exports = eq