UNPKG
@jozsefsallai/userv
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
uCoz server status checker.
github.com/ucoztaska/userv
ucoztaska/userv
@jozsefsallai/userv
/
typings
/
lib
/
check.d.ts
5 lines
(4 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
import
{
CheckerResponse
}
from
'../types/servers'
;
declare
function
isItUp
(
url
:
string
):
Promise
<
boolean
>;
declare
function
check
(
name
:
string
):
Promise
<
CheckerResponse
>;
export
{ check, isItUp };