index.d.ts 245 B

1234
  1. declare const app: import("express-serve-static-core").Express;
  2. declare const server: import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>;
  3. export { app, server };
  4. //# sourceMappingURL=index.d.ts.map