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