PR CheckMate API - v1.22.3
    Preparing search index...

    Type Alias ReporterFn

    ReporterFn: (report: CheckReport) => void | Promise<void>

    Custom reporter: receives the final report to emit however the consumer wants.

    Type Declaration