main.js 713 B

123456789101112
  1. /**
  2. * @license
  3. * Copyright 2023 Google Inc.
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. export { launch, computeExecutablePath, computeSystemExecutablePath, TimeoutError, CDP_WEBSOCKET_ENDPOINT_REGEX, WEBDRIVER_BIDI_WEBSOCKET_ENDPOINT_REGEX, Process, } from './launch.js';
  7. export { install, getInstalledBrowsers, canDownload, uninstall, } from './install.js';
  8. export { detectBrowserPlatform } from './detectPlatform.js';
  9. export { resolveBuildId, Browser, BrowserPlatform, ChromeReleaseChannel, createProfile, getVersionComparator, } from './browser-data/browser-data.js';
  10. export { CLI, makeProgressCallback } from './CLI.js';
  11. export { Cache, InstalledBrowser } from './Cache.js';
  12. //# sourceMappingURL=main.js.map