UNPKG

xdl

Version:
6 lines (5 loc) 211 B
export declare function choosePortAsync(projectRoot: string, { defaultPort, host, reuseExistingPort, }: { defaultPort: number; host?: string; reuseExistingPort?: boolean; }): Promise<number | null>;