UNPKG

miniprogram-logger

Version:

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

3 lines 77 B
export interface ICounter { count(label: string, value?: number): void; }