UNPKG

@hubhorizonllc/tracker

Version:

Tracks and analyzes user behavior using Chrome's TextClassifier

3 lines (2 loc) 149 B
import type { UserInteraction } from "./types"; export declare function generateSummary(interactions: UserInteraction[], startTime: number): string;