@multiformats/dns
Preparing search index...
index
DNS
Interface DNS
interface
DNS
{
query
(
fqdn
:
string
,
options
?:
QueryOptions
)
:
Promise
<
DNSResponse
>
;
}
Index
Methods
query
Methods
query
query
(
fqdn
:
string
,
options
?:
QueryOptions
)
:
Promise
<
DNSResponse
>
Parameters
fqdn
:
string
Optional
options
:
QueryOptions
Returns
Promise
<
DNSResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
query
@multiformats/dns
Loading...