Skip to main content
Module

std/node/dns.ts>LookupOptions

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

Properties

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