@luban-cli/cli-plugin-service
Version:
A development runtime environment dependency
15 lines (14 loc) • 492 B
TypeScript
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file at
* https://github.com/facebookincubator/create-react-app/blob/master/LICENSE
*/
export declare type UrlList = {
lanUrlForConfig?: string;
lanUrlForTerminal: string;
localUrlForTerminal: string;
localUrlForBrowser: string;
};
export declare function prepareUrls(protocol: string, host: string, port: number, pathname?: string): UrlList;