blob: 271fed976f34a6e881f7b5205d509ab61e24a498 [file] [log] [blame]
const compare = require('./compare')
const eq = (a, b, loose) => compare(a, b, loose) === 0
module.exports = eq