diggy - v1.1.1
    Preparing search index...

    Type Alias DNSResolver

    DNSResolver: (host: string, type: DNSRecordType) => Promise<AnyDNSRecord[]>

    DNSResolver is a function type that takes a host and a DNS record type, and returns a promise that resolves to an array of DNS records. It is used to fetch DNS records for a given host and type.

    Type Declaration