UNPKG

overcentric

Version:

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

7 lines (6 loc) 252 B
export declare function loadDock(): Promise<{ initDock: Function; updateDockUserId: Function; }>; export declare function initDockFeature(projectId: string): Promise<void>; export declare function updateDockUser(userId: string): Promise<void>;