chrome-headless-shell.d.ts 474 B

123456
  1. import { BrowserPlatform } from './types.js';
  2. export declare function resolveDownloadUrl(platform: BrowserPlatform, buildId: string, baseUrl?: string): string;
  3. export declare function resolveDownloadPath(platform: BrowserPlatform, buildId: string): string[];
  4. export declare function relativeExecutablePath(platform: BrowserPlatform, _buildId: string): string;
  5. export { resolveBuildId, compareVersions } from './chrome.js';
  6. //# sourceMappingURL=chrome-headless-shell.d.ts.map