UNPKG
xep-whois
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
0.9.3
0.9.2
0.9.1
0.9.0
A lightweight WHOIS client
github.com/xeptagondev/xep-whois
xeptagondev/xep-whois
xep-whois
/
dist
/
cjs
/
index.d.ts
3 lines
(2 loc)
•
227 B
TypeScript
View Raw
1
2
3
import
{
ProxyData
,
ProxyType
,
WhoIsOptions
,
WhoIsParser
,
WhoIsResponse
, batchWhois, tcpWhois, whois }
from
'./src/whois'
;
export
{
ProxyType
,
ProxyData
,
WhoIsOptions
,
WhoIsResponse
,
WhoIsParser
, tcpWhois, whois, batchWhois };