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

Function lt

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

Source from the content-addressed store, hash-verified

5981
5982exports.lt = lt
5983function lt (a, b, loose) {
5984 return compare(a, b, loose) < 0
5985}
5986
5987exports.eq = eq
5988function eq (a, b, loose) {

Callers 1

cmpFunction · 0.85

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected