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