Skip to main content
LookupOptions.hints - dns - Node documentation
property LookupOptions.hints

Usage in Deno

import { type LookupOptions } from "node:dns";

One or more supported getaddrinfo flags. Multiple flags may be passed by bitwise ORing their values.

Type

number | undefined