UNPKG

node-updown

Version:

Transparent Node.JS wrapper for the updown.io API

3 lines (2 loc) 111 B
import { Check } from '../types/Check'; export declare function getChecks(apiKey: string): Promise<Check[]>;