UNPKG
node-updown
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Transparent Node.JS wrapper for the updown.io API
github.com/woubuc/node-updown
woubuc/node-updown
node-updown
/
lib
/
api
/
addCheck.d.ts
3 lines
(2 loc)
•
145 B
TypeScript
View Raw
1
2
3
import
{
Check
,
CheckOptions
}
from
'../types/Check'
;
export
declare
function
addCheck
(
apiKey
:
string
,
options
:
CheckOptions
):
Promise
<
Check
>;