Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5982
exports.lt = lt
5983
function
lt (a, b, loose) {
5984
return
compare(a, b, loose) < 0
5985
}
5986
5987
exports.eq = eq
5988
function
eq (a, b, loose) {
Callers
1
cmp
Function · 0.85
Calls
1
compare
Function · 0.85
Tested by
no test coverage detected