trakteerjs
Preparing search index...
<internal>
LookupFunction
Type Alias LookupFunction
LookupFunction
:
(
hostname
:
string
,
options
:
LookupOptions
,
callback
:
(
err
:
ErrnoException
|
null
,
address
:
string
|
LookupAddress
[]
,
family
?:
number
,
)
=>
void
,
)
=>
void
Type declaration
(
hostname
:
string
,
options
:
LookupOptions
,
callback
:
(
err
:
ErrnoException
|
null
,
address
:
string
|
LookupAddress
[]
,
family
?:
number
,
)
=>
void
,
)
:
void
Parameters
hostname
:
string
options
:
LookupOptions
callback
:
(
err
:
ErrnoException
|
null
,
address
:
string
|
LookupAddress
[]
,
family
?:
number
,
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
trakteerjs
Loading...