UNPKG

geckodriver

Version:
5 lines 306 B
import type { GeckodriverParameters } from './types.js'; export declare function hasAccess(filePath: string): Promise<boolean>; export declare function getDownloadUrl(version: string): string; export declare function parseParams(params: GeckodriverParameters): string[]; //# sourceMappingURL=utils.d.ts.map