Skip to main content
Deno.NaptrRecord - Deno documentation
interface Deno.NaptrRecord
If [`Deno.resolveDns`](../././~/Deno.resolveDns) is called with `"NAPTR"` record type specified, it will return an array of objects with this interface.

Properties

order: number
preference: number
flags: string
services: string
regexp: string
replacement: string