function resolve4
Usage in Deno
import { resolve4 } from "node:dns/promises";
resolve4(hostname: string,options: ResolveWithTtlOptions,): Promise<RecordWithTtl[]>
options: ResolveWithTtlOptions
Promise<RecordWithTtl[]>
resolve4(hostname: string,options: ResolveOptions,): Promise<string[] | RecordWithTtl[]>
options: ResolveOptions
Promise<string[] | RecordWithTtl[]>