UNPKG
@hubhorizonllc/tracker
Version:
latest (1.0.1)
1.0.1
1.0.0
Tracks and analyzes user behavior using Chrome's TextClassifier
github.com/aiux/tracker
aiux/tracker
@hubhorizonllc/tracker
/
dist
/
types
/
summary-generator.d.ts
3 lines
(2 loc)
•
149 B
TypeScript
View Raw
1
2
3
import
type
{
UserInteraction
}
from
"./types"
;
export
declare
function
generateSummary
(
interactions
:
UserInteraction
[],
startTime
:
number
):
string
;