UNPKG

@cocalc/server

Version:

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

3 lines (2 loc) 123 B
import { BaseProject as Project } from "./base"; export default function init(getProject: (string: any) => Project): void;