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

Function rcompareIdentifiers

internal/identifiers.js:24–24  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

22}
23
24const rcompareIdentifiers = (a, b) => compareIdentifiers(b, a)
25
26module.exports = {
27 compareIdentifiers,

Callers 1

identifiers.jsFile · 0.85

Calls 1

compareIdentifiersFunction · 0.85

Tested by

no test coverage detected