property LookupOptions.all Usage in Deno```typescript import { type LookupOptions } from "node:node__dns.d.ts"; ``` When `true`, the callback returns all resolved addresses in an array. Otherwise, returns a single address. Type boolean | undefined