Skip to main content

lookup

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