????

Your IP : 3.147.82.22


Current Path : /proc/self/root/opt/cpanel/ea-nodejs22/lib/node_modules/npm/node_modules/semver/functions/
Upload File :
Current File : //proc/self/root/opt/cpanel/ea-nodejs22/lib/node_modules/npm/node_modules/semver/functions/neq.js

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