a8dd461dce659f1f278941f0fcb762168b98e483dbdfdfbf5c0fb90a02445afa66776453293b18fa0b388f1b5d8d94a81f57c0d21eee0b9510f9c771951561 114 B

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