Skip to main content
Module

std/node/dns.ts>lookup

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function lookup
import { lookup } from "https://deno.land/std@0.130.0/node/dns.ts";

Parameters

hostname: string
options: unknown
optional
callback: unknown

Returns

GetAddrInfoReqWrap | Record<string, never>