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