UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

7 lines (6 loc) 181 B
import { Database, Logger } from "./types"; export declare function virtual_hosts(opts: { database: Database; share_path: string; logger: Logger; }): Promise<Function>;