PR CheckMate API - v1.22.3
GitHub
npm
Preparing search index...
ReporterFn
Type Alias ReporterFn
ReporterFn
:
(
report
:
CheckReport
)
=>
void
|
Promise
<
void
>
Custom reporter: receives the final report to emit however the consumer wants.
Type Declaration
(
report
:
CheckReport
)
:
void
|
Promise
<
void
>
Parameters
report
:
CheckReport
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
npm
PR CheckMate API - v1.22.3
Loading...
Custom reporter: receives the final report to emit however the consumer wants.