Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/npm/node-semver
/ gte
Function
gte
functions/gte.js:4–4 ·
view source on GitHub ↗
(a, b, loose)
Source
from the content-addressed store, hash-verified
2
3
const
compare = require(
'./compare'
)
4
const
gte = (a, b, loose) => compare(a, b, loose) >= 0
5
module.exports = gte
Callers
2
gte.js
File · 0.85
cmp
Function · 0.85
Calls
1
compare
Function · 0.85
Tested by
no test coverage detected