Skip to the content.

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