UNPKG

next

Version:

The React Framework

5 lines (4 loc) 174 B
export default function start(serverOptions: any, port?: number, hostname?: string): Promise<{ app: import("../next").NextServer; actualPort: number | undefined; }>;