UNPKG

miniprogram-logger

Version:

It is used to log and gather statistics of users' behavior.

5 lines 190 B
import { ICounter } from "./ICounter"; export declare class ReportMonitor implements ICounter { count(label: string, value?: number): void; } //# sourceMappingURL=report-monitor.d.ts.map