UNPKG

node-updown

Version:

Transparent Node.JS wrapper for the updown.io API

12 lines (11 loc) 267 B
import { CheckLocation } from './Check'; export declare type Nodes = Record<CheckLocation, Node>; export interface Node { ip: string; ip6: string; city: string; country: string; country_code: string; lat: number; lng: number; }