chromium.d.ts 642 B

123456789101112
  1. /**
  2. * @license
  3. * Copyright 2023 Google Inc.
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. import { BrowserPlatform } from './types.js';
  7. export declare function resolveDownloadUrl(platform: BrowserPlatform, buildId: string, baseUrl?: string): string;
  8. export declare function resolveDownloadPath(platform: BrowserPlatform, buildId: string): string[];
  9. export declare function relativeExecutablePath(platform: BrowserPlatform, _buildId: string): string;
  10. export declare function resolveBuildId(platform: BrowserPlatform): Promise<string>;
  11. export declare function compareVersions(a: string, b: string): number;
  12. //# sourceMappingURL=chromium.d.ts.map