GIF89a php
Current File : /home/viralhoga/app_viralhoga/node_modules/semver/functions/neq.js
'use strict'

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