UNPKG

stackpress

Version:

Incept is a content management framework.

3 lines (2 loc) 239 B
import type Server from '@stackpress/ingest/Server'; export default function serve(server: Server<any, any, any>, port?: number): Promise<import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>>;