Function: isRRSIGRecord()
function isRRSIGRecord(record: unknown): record is RRSIGRecord;
Defined in: src/dnssec-validators.ts:209
Validates an RRSIG record
Parameters
record
unknown
Returns
record is RRSIGRecord
function isRRSIGRecord(record: unknown): record is RRSIGRecord;
Defined in: src/dnssec-validators.ts:209
Validates an RRSIG record
unknown
record is RRSIGRecord