UNPKG

cnpmcore

Version:

Private NPM Registry for Enterprise

9 lines (8 loc) 373 B
import { AbstractBinary, type FetchResult } from './AbstractBinary.ts'; export declare const platforms: string[]; export declare class PuppeteerBinary extends AbstractBinary { private dirItems?; initFetch(): Promise<void>; fetch(dir: string, _binaryName: string, lastData?: Record<string, unknown>): Promise<FetchResult | undefined>; private archiveName; }