UNPKG

overcentric

Version:

Overcentric watches your website, product, and users - and tells you what matters and what to do about it.

9 lines (8 loc) 275 B
/** * Get or create a session ID scoped to the given project. */ export declare function getSessionId(projectId: string): string; /** * Update the last activity timestamp for the current session. */ export declare function updateSessionActivity(projectId: string): void;