Files
server/dist/server.d.ts
wdvipa 450367dea2 111
2026-02-09 16:34:01 +08:00

4 lines
176 B
TypeScript

import http from 'http';
declare const server: http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>;
export default server;
//# sourceMappingURL=server.d.ts.map