MCPcopy Index your code
hub / github.com/npm/node-semver / rcompare

Function rcompare

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

Source from the content-addressed store, hash-verified

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

Callers 1

rcompare.jsFile · 0.85

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected