Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/main
/
.
/
node_modules
/
baseline-browser-mapping
/
dist
/
utils.d.ts
blob: d8474fdc70b56a7e2905b0d3425533132cd9ad9a [
file
] [
edit
]
export
declare
const
compareVersions
:
(
nextVersion
:
string
,
prevVersion
:
string
)
=>
1
|
0
|
-
1
;