Printer

Printer

The printer class is responsible for outputting results in a human-readable format The default implementation creates a CSV file

Constructor

new Printer(outputPath)

Source:
Parameters:
Name Type Default Description
outputPath string results

Methods

(static) instance(outputPath) → {Printer}

Source:
Parameters:
Name Type Description
outputPath string
Returns:
Type:
Printer

(async) print(job) → {Promise.<void>}

Prints out the results for a job

Source:
Parameters:
Name Type Description
job Job
Returns:
Type:
Promise.<void>