new MultiStats(): MultiStats
Returns:
MultiStatsAttributes
hasErrors(): boolean
Returns:
booleanChecks whether this multi stats has errors.
hasWarnings(): boolean
Returns:
booleanChecks whether this multi stats has warnings.
toJson(options?): StatsCompilation
Attributes
options:
boolean | "none" | "verbose" | "summary" | "errors-only" | "errors-warnings" | "minimal" | "normal" | "detailed" | StatsOptionsReturns:
StatsCompilationReturns json output.
toString(options?): string
Attributes
options:
boolean | "none" | "verbose" | "summary" | "errors-only" | "errors-warnings" | "minimal" | "normal" | "detailed" | StatsOptionsReturns:
stringReturns a string representation.