UNPKG
node-updown
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Transparent Node.JS wrapper for the updown.io API
github.com/woubuc/node-updown
woubuc/node-updown
node-updown
/
lib
/
api
/
getNodes.d.ts
5 lines
(4 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
import
{
Nodes
}
from
'../types/Node'
;
export
declare
function
getNodes
(
):
Promise
<
Nodes
>;
export
declare
function
getIpv4Nodes
(
):
Promise
<
string
[]>;
export
declare
function
getIpv6Nodes
(
):
Promise
<
string
[]>;