UNPKG

@cocalc/project

Version:
5 lines (4 loc) 168 B
/// <reference types="node" /> import { Router } from "express"; import { Server } from "http"; export default function init(server: Server, basePath: string): Router;