Files
server/dist/server.d.ts

4 lines
176 B
TypeScript
Raw Normal View History

2026-02-09 16:34:01 +08:00
import http from 'http';
declare const server: http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>;
export default server;
//# sourceMappingURL=server.d.ts.map