On this page

new MultiStats(): MultiStats
Returns:<MultiStats>
Attributes
stats:<Stats>
[]
hasErrors(): boolean
Returns:<boolean>

Checks whether this multi stats has errors.


hasWarnings(): boolean
Returns:<boolean>

Checks whether this multi stats has warnings.


toJson(options?): StatsCompilation
Attributes
options:<boolean> | <"none"> | <"verbose"> | <"summary"> | <"errors-only"> | <"errors-warnings"> | <"minimal"> | <"normal"> | <"detailed"> | <StatsOptions>

Returns json output.


toString(options?): string
Attributes
options:<boolean> | <"none"> | <"verbose"> | <"summary"> | <"errors-only"> | <"errors-warnings"> | <"minimal"> | <"normal"> | <"detailed"> | <StatsOptions>
Returns:<string>

Returns a string representation.