thomasdondorf / puppeteer-cluster

Puppeteer Pool, run a cluster of instances in parallel
MIT License
3.2k stars 308 forks source link

fix: export type about cluster #462

Open pius712 opened 2 years ago

pius712 commented 2 years ago

I want to write function like this example. But TaskFunction, Cluster Options,, etc are not exported.

export const finder: TaskFunction<RenderOptions, RenderResult> = async ({ page, data }) => { 

}