UNPKG

216 BTypeScriptView Raw
1import * as express from "express";
2import { Server } from "./server";
3export declare const serverPub_PATH = "/pub";
4export declare function serverPub(server: Server, topRouter: express.Application): express.Router;