UNPKG

mp-lens

Version:

微信小程序分析工具 (Unused Code, Dependencies, Visualization)

10 lines (9 loc) 271 B
import { TelemetryEvent } from './events'; declare class TelemetryService { private enabled; private userId; constructor(); capture(event: Omit<TelemetryEvent, 'userId' | 'timestamp'>): void; } export declare const telemetry: TelemetryService; export {};