Maps a queried record TYPE to the return type of resolve / DnsSession.query.
A/AAAA/NS/CNAME/PTR return string[]; TXT returns string[][] (each record is an array of its character-strings); the structured types return their record arrays; SOA returns a single record or undefined; anything else returns ResourceRecord[].
A
AAAA
NS
CNAME
PTR
string[]
TXT
string[][]
SOA
undefined
[]
1.0.4
Maps a queried record TYPE to the return type of resolve / DnsSession.query.
A/AAAA/NS/CNAME/PTRreturnstring[];TXTreturnsstring[][](each record is an array of its character-strings); the structured types return their record arrays;SOAreturns a single record orundefined; anything else returns ResourceRecord[].