BettererPrinter
API > @betterer/betterer > BettererPrinter
A function that converts a serialised test result into the string that will be saved in the results file.
Signature
export declare type BettererPrinter<SerialisedType> = (serialised: SerialisedType) => MaybeAsync<string>;