| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/semver/functions/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/semver/functions/eq.js |
const compare = require('./compare')
const eq = (a, b, loose) => compare(a, b, loose) === 0
module.exports = eq