import { type Deno } from "https://deno.land/x/deno@v1.32.3/cli/tsc/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.
x/deno/cli/tsc/dts/lib.deno.ns.d.ts>Deno.NAPTRRecord
import { type Deno } from "https://deno.land/x/deno@v1.32.3/cli/tsc/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.