????

Your IP : 18.218.75.143


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/functions/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/functions/neq.js

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