UNPKG

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