puppeteer-cluster icon indicating copy to clipboard operation
puppeteer-cluster copied to clipboard

fix: export type about cluster

Open pius712 opened this issue 2 years ago • 0 comments

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 }) => { 

}

pius712 avatar May 25 '22 05:05 pius712