UNPKG
runtime-eol
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
check runtime versions
gitlab.com/tomanwalker/runtime-eol
runtime-eol
/
index.d.ts
9 lines
(6 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
type
CheckOpts
= {
skipRemote
?:
boolean
,
tools
?:
string
[], }
declare
const
checkVersion
:
(
opts
:
CheckOpts
) =>
Promise
<
boolean
>
export
default
checkVersion;