UNPKG

node-updown

Version:

Transparent Node.JS wrapper for the updown.io API

5 lines (4 loc) 213 B
import { Nodes } from '../types/Node'; export declare function getNodes(): Promise<Nodes>; export declare function getIpv4Nodes(): Promise<string[]>; export declare function getIpv6Nodes(): Promise<string[]>;