芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/webpack-dev-server/types/lib/servers/BaseServer.d.ts
export = BaseServer; declare class BaseServer { /** * @param {import("../Server")} server */ constructor(server: import("../Server")); /** @type {import("../Server")} */ server: import("../Server"); /** @type {ClientConnection[]} */ clients: ClientConnection[]; } declare namespace BaseServer { export { ClientConnection }; } type ClientConnection = import("../Server").ClientConnection;