UNPKG

684 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var _launchDefaultBrowser = _interopRequireDefault(require("./launchDefaultBrowser"));
8function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9/**
10 * Copyright (c) Facebook, Inc. and its affiliates.
11 *
12 * This source code is licensed under the MIT license found in the
13 * LICENSE file in the root directory of this source tree.
14 *
15 * @format
16 */
17
18async function launchDebugger(url) {
19 return (0, _launchDefaultBrowser.default)(url);
20}
21var _default = launchDebugger;
22exports.default = _default;
23
24//# sourceMappingURL=launchDebugger.js.map
\No newline at end of file