UNPKG

playwright-pom-materials

Version:

Playwright POM materials

7 lines 232 B
export type RetryErrorProcessor = { (errors: unknown[]): Promise<void>; }; export declare const newRetryErrorProcessor: (defaultError: { (): Error; }) => RetryErrorProcessor; //# sourceMappingURL=RetryErrorProcessor.d.ts.map