UNPKG

525 BTypeScriptView Raw
1/**
2 * Copyright (c) 2015-present, Facebook, Inc.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file at
6 * https://github.com/facebookincubator/create-react-app/blob/master/LICENSE
7 */
8interface IPrepareUrls {
9 lanUrlForConfig: any;
10 lanUrlForTerminal: string;
11 lanUrlForBrowser: string;
12 localUrlForTerminal: string;
13 localUrlForBrowser: string;
14}
15declare const _default: (protocol: string, host: string, port: number, pathname?: string) => IPrepareUrls;
16export = _default;