UNPKG

@coolio/http

Version:
11 lines (10 loc) 311 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