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

x/deno/cli/dts/lib.deno.ns.d.ts>Deno.NAPTRRecord

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface Deno.NAPTRRecord
import { type Deno } from "https://deno.land/x/deno@v1.28.0/cli/dts/lib.deno.ns.d.ts";
const { NAPTRRecord } = Deno;

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