import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { RecordType } = Deno;
The type of the resource record to resolve via DNS using
Deno.resolveDns
.
Only the listed types are supported currently.
x/ayonli_jsext/lib.deno.d.ts>Deno.RecordType
import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { RecordType } = Deno;
The type of the resource record to resolve via DNS using
Deno.resolveDns
.
Only the listed types are supported currently.