Skip to main content
property SocketOptions.lookup

Type

((
hostname: string,
options: dns.LookupOneOptions,
callback: (
err: ErrnoException | null,
address: string,
family: number,
) => void
,
) => void) | undefined
Back to top