111
This commit is contained in:
4
dist/server.d.ts
vendored
Normal file
4
dist/server.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import http from 'http';
|
||||
declare const server: http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>;
|
||||
export default server;
|
||||
//# sourceMappingURL=server.d.ts.map
|
||||
Reference in New Issue
Block a user