cityssm/node-faster-report-exporter

View on GitHub
puppeteerHelpers.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { puppeteer } from '@cityssm/puppeteer-launch';
export declare function applyReportFilters(page: puppeteer.Page, reportFilters: Record<string, string>, options: {
    timeoutMillis: number;
}): Promise<void>;