print() function
export declare function print(result: Result, { format, writer }: PrintOptions): void;
Parameters
Parameter | Type | Description |
---|---|---|
result | Result | |
{ format, writer } | PrintOptions |
void
export declare function print(result: Result, { format, writer }: PrintOptions): void;
Parameter | Type | Description |
---|---|---|
result | Result | |
{ format, writer } | PrintOptions |
void