Skip to the content.

Function: toNodeTxt()

function toNodeTxt(records: readonly Readonly<TXTRecord>[]): string[][];

Defined in: src/node-compat.ts:148

Convert internal TXTRecord[] to Node resolveTxt shape (string[][])

Parameters

records

readonly Readonly<TXTRecord>[]

Returns

string[][]