interface Deno.NaptrRecord
If Deno.resolveDns
is called with "NAPTR"
record type
specified, it will return an array of objects with this interface.
Properties Jump to heading
Jump to headingorder: number
Jump to headingpreference: number
Jump to headingflags: string
Jump to headingservices: string
Jump to headingregexp: string
Jump to headingreplacement: string