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

std/node/dns.ts>AnyTxtRecord

Deno standard library
Go to Latest
interface AnyTxtRecord
Re-export
import { type AnyTxtRecord } from "https://deno.land/std@0.170.0/node/dns.ts";

Properties

type: "TXT"
entries: string[]