Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5977
exports.gt = gt
5978
function
gt (a, b, loose) {
5979
return
compare(a, b, loose) > 0
5980
}
5981
5982
exports.lt = lt
5983
function
lt (a, b, loose) {
Callers
2
cmp
Function · 0.85
minVersion
Function · 0.85
Calls
1
compare
Function · 0.85
Tested by
no test coverage detected