UNPKG

270 BTypeScriptView Raw
1/// <reference types="node" />
2import * as http from 'http';
3import { Application } from './Application';
4export { Request, Response, NextFunction } from 'express';
5export declare const api: Application;
6export declare const httpServer: http.Server;
7export default api;