Current File : //usr/local/share/.config/yarn/global/node_modules/pm2/node_modules/semver/functions/neq.js
const compare = require('./compare')
const neq = (a, b, loose) => compare(a, b, loose) !== 0
module.exports = neq