UNPKG

@coolio/http

Version:
10 lines 300 B
import express from 'express'; export interface SimpleServer { app: express.Express; port: number; host: string; fullAddress: string; close: () => Promise<void>; } export declare const createSimpleServer: () => SimpleServer; //# sourceMappingURL=createSimpleServer.helper.d.ts.map