Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-node
/
node.net
/
LookupFunction
Lookup
Function
typealias
LookupFunction
=
(
hostname
:
String
,
options
:
LookupOptions
,
callback
:
(
err
:
ErrnoException
?
,
address
:
Any
,
family
:
Double
?
)
->
Unit
)
->
Unit
(
source
)