Skip to main content
Module

std/node/dns.ts>ResolveCallback

Deno standard library
Go to Latest
type alias ResolveCallback
Re-export
import { type ResolveCallback } from "https://deno.land/std@0.145.0/node/dns.ts";
definition: (err: ErrnoException | null, addresses: Records) => void