UNPKG

@cocalc/project

Version:
12 lines (11 loc) 227 B
declare let INFO: { project_id: string; location: { host: string; username: string; }; base_path: string; base_url: string; }; export { INFO }; export default function init(): Promise<void>;