UNPKG

node-updown

Version:

Transparent Node.JS wrapper for the updown.io API

3 lines (2 loc) 145 B
import { Check, CheckOptions } from '../types/Check'; export declare function addCheck(apiKey: string, options: CheckOptions): Promise<Check>;