Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/browserslist/browserslist
/ parseSimpleInt
Function
parseSimpleInt
index.js:134–136 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
132
}
133
134
function
parseSimpleInt(x) {
135
return
parseInt(x)
136
}
137
138
function
compare(a, b) {
139
if
(a < b)
return
-1
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected