UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

5 lines (4 loc) 213 B
import { Router } from "express"; import { PostgreSQL } from "./postgres/types"; export declare const analytics_js: any; export declare function initAnalytics(router: Router, database: PostgreSQL): Promise<void>;