Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface Deno.NAPTRRecord

If 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