MCPcopy
hub / github.com/npm/node-semver / eq

Function eq

functions/eq.js:4–4  ·  view source on GitHub ↗
(a, b, loose)

Source from the content-addressed store, hash-verified

2
3const compare = require('./compare')
4const eq = (a, b, loose) => compare(a, b, loose) === 0
5module.exports = eq

Callers 3

eq.jsFile · 0.85
compare-loose.jsFile · 0.85
cmpFunction · 0.85

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected