Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/dns.ts>LookupOptions

Deno standard library
Go to Latest
interface LookupOptions
import { type LookupOptions } from "https://deno.land/std@0.125.0/node/dns.ts";

Properties

optional
family: number | undefined
optional
hints: number | undefined
optional
all: boolean | undefined
optional
verbatim: boolean | undefined