UNPKG

112 BJavaScriptView Raw
1const compare = require('./compare')
2const eq = (a, b, loose) => compare(a, b, loose) === 0
3module.exports = eq