MCPcopy Create free account
hub / github.com/Azure/powershell / gt

Function gt

lib/index.js:5978–5980  ·  view source on GitHub ↗
(a, b, loose)

Source from the content-addressed store, hash-verified

5976
5977exports.gt = gt
5978function gt (a, b, loose) {
5979 return compare(a, b, loose) > 0
5980}
5981
5982exports.lt = lt
5983function lt (a, b, loose) {

Callers 2

cmpFunction · 0.85
minVersionFunction · 0.85

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected