4 lines
176 B
TypeScript
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
|