UNPKG

@cocalc/server

Version:

CoCalc server functionality: functions used by either the hub and the next.js server

3 lines (2 loc) 142 B
import type { PostgreSQL } from "@cocalc/database/postgres/types"; export declare function initialOnPremSetup(db: PostgreSQL): Promise<void>;