• Starting at the start port, look for a free port incrementing by 1 until end inclusive. If no port is found error is thrown.

    Parameters

    • start: number = 3000
    • end: number = 99_999
    • port: number = 0

    Returns Promise<number>