UNPKG

node-updown

Version:

Transparent Node.JS wrapper for the updown.io API

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