interface StatisticAppendProvider {
    append(name: string, fn: AppendFnType, content: string): void;
}

Implemented by

Methods

Methods