UNPKG

next

Version:

The React Framework

7 lines (6 loc) 242 B
import type { NextServerOptions, NextServer } from '../next'; interface StartServerOptions extends NextServerOptions { allowRetry?: boolean; } export declare function startServer(opts: StartServerOptions): Promise<NextServer>; export {};